Searched refs:MipsABIFlagsSection (Results 1 – 8 of 8) 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
3 MipsABIFlagsSection.cpp
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()
112 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);179 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()187 MipsABIFlagsSection ABIFlagsSection;307 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
60 "MipsABIFlagsSection.cpp",
413 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,7227 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()8471 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()8493 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()8513 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()8539 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()8548 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()
6621 llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp6622 llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h