Searched refs:MipsABIFlagsSection (Results 1 – 6 of 6) sorted by relevance
17 uint8_t MipsABIFlagsSection::getFpABIValue() { in getFpABIValue()37 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString()50 uint8_t MipsABIFlagsSection::getCPR1SizeValue() { in getCPR1SizeValue()58 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<()
21 struct MipsABIFlagsSection { struct51 MipsABIFlagsSection() = default; argument204 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection); argument
118 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);187 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()195 MipsABIFlagsSection ABIFlagsSection;323 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
177 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()785 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP()786 if (FpABI == MipsABIFlagsSection::FpABIKind::SOFT) in emitDirectiveModuleFP()793 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
409 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,7285 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()8481 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()8503 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()8523 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()8549 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()8558 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()
1550 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp