Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp38 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString() function in MipsABIFlagsSection
DMipsABIFlagsSection.h81 StringRef getFpABIString(FpABIKind Value);
DMipsTargetStreamer.cpp700 OS << ABIFlagsSection.getFpABIString(ABIFlagsSection.getFpABI()) << "\n"; in emitDirectiveModuleFP()
708 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; in emitDirectiveSetFp()
/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()