Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp34 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString() function in MipsABIFlagsSection
DMipsABIFlagsSection.h83 StringRef getFpABIString(FpABIKind Value);
DMipsTargetStreamer.cpp623 OS << ABIFlagsSection.getFpABIString(ABIFlagsSection.getFpABI()) << "\n"; in emitDirectiveModuleFP()
631 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp()