Searched refs:MipsABIFlagsSection (Results 1 – 7 of 7) sorted by relevance
14 uint8_t MipsABIFlagsSection::getFpABIValue() { in getFpABIValue()31 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString()44 uint8_t MipsABIFlagsSection::getCPR1SizeValue() { in getCPR1SizeValue()51 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<()
19 struct MipsABIFlagsSection { struct109 MipsABIFlagsSection() in MipsABIFlagsSection() argument243 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection); argument
3 MipsABIFlagsSection.cpp
10 MipsABIFlagsSection.cpp \
96 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()358 MipsABIFlagsSection::FpABIKind Value, bool Is32BitABI) { in emitDirectiveModuleFP()367 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
21 struct MipsABIFlagsSection;83 virtual void emitDirectiveModuleFP(MipsABIFlagsSection::FpABIKind Value, in emitDirectiveModuleFP()96 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);109 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()117 MipsABIFlagsSection ABIFlagsSection;198 void emitDirectiveModuleFP(MipsABIFlagsSection::FpABIKind Value,201 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
247 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,3514 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()4135 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()4150 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()4169 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()4188 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()4190 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()