HomeSort by relevance Sort by last modified time
    Searched refs:TLOF (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsReginfo.h 24 const TargetLoweringObjectFile &TLOF,
MipsReginfo.cpp 44 const TargetLoweringObjectFile &TLOF,
52 static_cast<const MipsTargetObjectFile &>(TLOF);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
60 unsigned PerEncoding = TLOF.getPersonalityEncoding();
72 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym);
76 if (AtLeastOne && !TLOF.isFunctionEHFrameSymbolPrivate()) {
81 const_cast<TargetLoweringObjectFile&>(TLOF).getEHFrameSection());
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
103 unsigned PerEncoding = TLOF.getPersonalityEncoding();
109 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
Win64Exception.cpp 62 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
63 unsigned PerEncoding = TLOF.getPersonalityEncoding();
69 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
104 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
AsmPrinterDwarf.cpp 125 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
128 TLOF.getTTypeGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 162 const HexagonTargetObjectFile &TLOF =
168 if (!TLOF.IsSmallDataEnabled()) {
HexagonISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 135 /// NOTE: The constructor takes ownership of TLOF.
137 const TargetLoweringObjectFile *TLOF);
147 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 619 /// NOTE: The constructor takes ownership of TLOF.
621 const TargetLoweringObjectFile *tlof)
622 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) {
660 delete &TLOF;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 105 milliseconds