Home
last modified time | relevance | path

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

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