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 62 ABIFlagsSection.setFpABI(Value, Is32BitABI);
68 emitDirectiveModuleFP(ABIFlagsSection.getFpABI(),
69 ABIFlagsSection.Is32BitABI);
82 ABIFlagsSection.setAllFromPredicates(P);
85 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
88 MipsABIFlagsSection ABIFlagsSection;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 225 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
232 OS << ABIFlagsSection.getFpABIString(Value) << "\n";
646 OS << ABIFlagsSection;
653 ABIFlagsSection.OddSPReg = Enabled;

Completed in 36 milliseconds