Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp38 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString() function in MipsABIFlagsSection
H A DMipsABIFlagsSection.h81 StringRef getFpABIString(FpABIKind Value);
H A DMipsTargetStreamer.cpp707 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP()
715 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp()