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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp45 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { argument
47 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
48 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
49 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
50 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
51 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
52 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
53 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
54 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
55 OS.EmitIntValue(ABIFlagsSection
[all...]
H A DMipsTargetStreamer.cpp225 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
232 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
646 OS << ABIFlagsSection; local
653 ABIFlagsSection.OddSPReg = Enabled;
H A DMipsABIFlagsSection.h234 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
/external/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h62 ABIFlagsSection.setFpABI(Value, Is32BitABI);
68 emitDirectiveModuleFP(ABIFlagsSection.getFpABI(),
69 ABIFlagsSection.Is32BitABI);
82 ABIFlagsSection.setAllFromPredicates(P);
85 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
88 MipsABIFlagsSection ABIFlagsSection; member in class:llvm::MipsTargetStreamer

Completed in 662 milliseconds