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
167 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()732 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP()733 if (FpABI == MipsABIFlagsSection::FpABIKind::SOFT) in emitDirectiveModuleFP()740 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
111 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);178 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()186 MipsABIFlagsSection ABIFlagsSection;306 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
411 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,7291 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()8535 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()8557 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()8577 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()8603 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()8612 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()
1427 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp