Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp37 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString() function in MipsABIFlagsSection
H A DMipsABIFlagsSection.h80 StringRef getFpABIString(FpABIKind Value);
H A DMipsTargetStreamer.cpp722 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP()
730 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp()