reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) 150 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) 734 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); 738 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; 746 OS << ABIFlagsSection.getFpABIString(Value) << "\n"; 752 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; 1322 OS << ABIFlagsSection;lib/Target/Mips/MipsTargetStreamer.h
177 ABIFlagsSection.setAllFromPredicates(P); 180 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }