HomeSort by relevance Sort by last modified time
    Searched defs:ABIFlagsSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 85 ABIFlagsSection.setFpABI(Value, Is32BitABI);
91 emitDirectiveModuleFP(ABIFlagsSection.getFpABI(),
92 ABIFlagsSection.Is32BitABI);
106 ABIFlagsSection.setAllFromPredicates(P);
109 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
117 MipsABIFlagsSection ABIFlagsSection;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 363 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
372 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
795 OS << ABIFlagsSection;
802 ABIFlagsSection.OddSPReg = Enabled;

Completed in 43 milliseconds