Searched defs:TLOF (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
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(); local
103 unsigned PerEncoding = TLOF.getPersonalityEncoding();
109 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
H A DWin64Exception.cpp63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
64 unsigned PerEncoding = TLOF.getPersonalityEncoding();
70 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
105 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
H A DAsmPrinterDwarf.cpp155 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
158 TLOF.getExprForDwarfReference(Sym, Encoding, OutStreamer);
163 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
166 TLOF.getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
H A DDwarfDebug.cpp1469 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1473 EmitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
1475 EmitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1476 EmitSectionSym(Asm, TLOF.getDwarfARangesSection());
1478 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection())
1481 EmitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
1482 EmitSectionSym(Asm, TLOF.getDwarfLocSection());
1483 EmitSectionSym(Asm, TLOF.getDwarfPubNamesSection());
1484 EmitSectionSym(Asm, TLOF.getDwarfPubTypesSection());
1486 EmitSectionSym(Asm, TLOF
[all...]
/external/llvm/lib/CodeGen/
H A DELFWriter.h88 /// TLOF - Target Lowering Object File, provide section names for globals
90 const TargetLoweringObjectFile &TLOF; member in class:llvm::ELFWriter
/external/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp196 const TargetLoweringObjectFile &TLOF = TLI->getObjFileLowering(); local
197 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1374 MipsTargetObjectFile &TLOF = (MipsTargetObjectFile&)getObjFileLowering(); local
1377 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 140 milliseconds