Searched refs:TLOF (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp61 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
62 unsigned PerEncoding = TLOF.getPersonalityEncoding();
68 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
81 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI);
H A DDwarfCFIException.cpp57 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
59 unsigned PerEncoding = TLOF.getPersonalityEncoding();
70 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym);
91 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
92 unsigned PerEncoding = TLOF.getPersonalityEncoding();
98 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
112 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI);
H A DDwarfDebug.cpp1638 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1642 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
1645 emitSectionSym(Asm, TLOF.getDwarfInfoDWOSection(), "section_info_dwo");
1647 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1650 Asm, TLOF.getDwarfAbbrevDWOSection(), "section_abbrev_dwo");
1652 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
1655 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
1658 emitSectionSym(Asm, TLOF.getDwarfGnuPubNamesSection());
1660 emitSectionSym(Asm, TLOF.getDwarfGnuPubTypesSection());
1662 emitSectionSym(Asm, TLOF
[all...]
H A DAsmPrinterDwarf.cpp146 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
149 TLOF.getTTypeGlobalReference(GV, Encoding, *Mang, TM, MMI, OutStreamer);
/external/llvm/lib/Target/
H A DTargetMachine.cpp185 const TargetLoweringObjectFile &TLOF = local
187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this);
188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection);
195 const TargetLoweringObjectFile &TLOF = local
197 return TLOF.getContext().GetOrCreateSymbol(NameStr.str());
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp70 const HexagonTargetObjectFile &TLOF = local
73 if (TLOF.IsSmallDataEnabled())
H A DHexagonISelLowering.cpp1025 const HexagonTargetObjectFile &TLOF = local
1027 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h139 /// NOTE: The constructor takes ownership of TLOF.
141 const TargetLoweringObjectFile *TLOF);
151 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
1454 const TargetLoweringObjectFile &TLOF;
1864 /// NOTE: The constructor takes ownership of TLOF.
1866 const TargetLoweringObjectFile *TLOF);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp668 /// NOTE: The constructor takes ownership of TLOF.
671 : TM(tm), DL(TM.getDataLayout()), TLOF(*tlof) {
712 delete &TLOF;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1580 const MipsTargetObjectFile &TLOF = local
1584 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 889 milliseconds