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

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 61 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
62 unsigned PerEncoding = TLOF.getPersonalityEncoding();
68 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
81 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI);
DwarfCFIException.cpp 57 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
59 unsigned PerEncoding = TLOF.getPersonalityEncoding();
70 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym);
91 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
92 unsigned PerEncoding = TLOF.getPersonalityEncoding();
98 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
112 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI);
AsmPrinterDwarf.cpp 146 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
149 TLOF.getTTypeGlobalReference(GV, Encoding, *Mang, TM, MMI, OutStreamer);
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 70 const HexagonTargetObjectFile &TLOF =
73 if (TLOF.IsSmallDataEnabled())
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 185 const TargetLoweringObjectFile &TLOF =
187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this);
188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection);
195 const TargetLoweringObjectFile &TLOF =
197 return TLOF.getContext().GetOrCreateSymbol(NameStr.str());
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 85 milliseconds