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

  /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 63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
64 unsigned PerEncoding = TLOF.getPersonalityEncoding();
70 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
105 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
AsmPrinterDwarf.cpp 155 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
158 TLOF.getExprForDwarfReference(Sym, Encoding, OutStreamer);
163 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
166 TLOF.getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 196 const TargetLoweringObjectFile &TLOF = TLI->getObjFileLowering();
197 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 70 TLOF(TM.getTargetLowering()->getObjFileLowering()),
112 const_cast<TargetLoweringObjectFile&>(TLOF).Initialize(OutContext, TM);
190 const MCSectionELF *Data = (const MCSectionELF *)TLOF.getDataSection();
196 const MCSectionELF *BSS = (const MCSectionELF *)TLOF.getBSSSection();
202 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection();
208 const MCSectionELF *Dtor = (const MCSectionELF *)TLOF.getStaticDtorSection();
215 (const MCSectionELF *)TLOF.SectionForGlobal(F, Mang, TM);
223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly());
248 (const MCSectionELF *)TLOF.getSectionForConstant(Kind);
367 // Get the ELF section where this global belongs from TLOF
    [all...]
ELFWriter.h 88 /// TLOF - Target Lowering Object File, provide section names for globals
90 const TargetLoweringObjectFile &TLOF;
  /external/llvm/include/llvm/Target/
TargetLowering.h 132 /// NOTE: The constructor takes ownership of TLOF.
134 const TargetLoweringObjectFile *TLOF);
139 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 543 /// NOTE: The constructor takes ownership of TLOF.
545 const TargetLoweringObjectFile *tlof)
546 : TM(tm), TD(TM.getTargetData()), TLOF(*tlof),
629 delete &TLOF;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 657 milliseconds