Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp736 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP()
744 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp()