Home
last modified time | relevance | path

Searched refs:emitDirectiveModuleSoftFloat (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetStreamer.h108 virtual void emitDirectiveModuleSoftFloat();
297 void emitDirectiveModuleSoftFloat() override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp157 void MipsTargetStreamer::emitDirectiveModuleSoftFloat() {} in emitDirectiveModuleSoftFloat() function in MipsTargetStreamer
763 void MipsTargetAsmStreamer::emitDirectiveModuleSoftFloat() { in emitDirectiveModuleSoftFloat() function in MipsTargetAsmStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp8355 getTargetStreamer().emitDirectiveModuleSoftFloat(); in parseDirectiveModule()