Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h106 virtual void emitDirectiveModuleSoftFloat();
296 void emitDirectiveModuleSoftFloat() override;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp128 void MipsTargetStreamer::emitDirectiveModuleSoftFloat() {} in emitDirectiveModuleSoftFloat() function in MipsTargetStreamer
734 void MipsTargetAsmStreamer::emitDirectiveModuleSoftFloat() { in emitDirectiveModuleSoftFloat() function in MipsTargetAsmStreamer
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7607 getTargetStreamer().emitDirectiveModuleSoftFloat(); in parseDirectiveModule()