Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:ABIFlagsSection

115   if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI)
623 OS << ABIFlagsSection.getFpABIString(ABIFlagsSection.getFpABI()) << "\n";
631 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
637 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n";
1165 OS << ABIFlagsSection;