Searched defs:FpABIKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h81 enum class FpABIKind { ANY, XX, S32, S64 }; class in struct:llvm::MipsABIFlagsSection
106 FpABIKind FpABI;
112 ASESet(0), OddSPReg(false), Is32BitABI(false), FpABI(FpABIKind::ANY) {}
135 FpABIKind getFpABI() { return FpABI; }
136 void setFpABI(FpABIKind Value, bool IsABI32Bit) {
140 StringRef getFpABIString(FpABIKind Value);
211 FpABI = FpABIKind::ANY;
213 FpABI = FpABIKind::S64;
216 FpABI = FpABIKind::S64;
218 FpABI = FpABIKind
[all...]

Completed in 129 milliseconds