Searched refs:ABIFlagsSection (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp54 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { argument
56 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
64 OS.EmitIntValue(ABIFlagsSection
[all...]
H A DMipsTargetStreamer.cpp105 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI)
400 OS << ABIFlagsSection.getFpABIString(ABIFlagsSection.getFpABI()) << "\n";
408 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
414 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n";
899 OS << ABIFlagsSection; local
H A DMipsABIFlagsSection.h188 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
/external/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h106 ABIFlagsSection.setAllFromPredicates(P);
109 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
117 MipsABIFlagsSection ABIFlagsSection; member in class:llvm::MipsTargetStreamer

Completed in 3898 milliseconds