Home
last modified time | relevance | path

Searched refs:TLOF (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndModule() local
60 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in EndModule()
72 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym); in EndModule()
76 if (AtLeastOne && !TLOF.isFunctionEHFrameSymbolPrivate()) { in EndModule()
81 const_cast<TargetLoweringObjectFile&>(TLOF).getEHFrameSection()); in EndModule()
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction() local
103 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in BeginFunction()
109 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in BeginFunction()
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI); in BeginFunction()
DWin64Exception.cpp62 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction() local
63 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in BeginFunction()
69 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in BeginFunction()
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndFunction() local
104 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI); in EndFunction()
DAsmPrinterDwarf.cpp125 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitTTypeReference() local
128 TLOF.getTTypeGlobalReference(GV, Mang, MMI, Encoding, OutStreamer); in EmitTTypeReference()
DDwarfDebug.cpp1990 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in emitSectionLabels() local
1994 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in emitSectionLabels()
1996 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in emitSectionLabels()
1999 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(), in emitSectionLabels()
2001 emitSectionSym(Asm, TLOF.getDwarfARangesSection()); in emitSectionLabels()
2003 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection()) in emitSectionLabels()
2007 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels()
2008 emitSectionSym(Asm, TLOF.getDwarfLocSection()); in emitSectionLabels()
2010 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in emitSectionLabels()
2011 emitSectionSym(Asm, TLOF.getDwarfPubTypesSection()); in emitSectionLabels()
[all …]
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsReginfo.cpp44 const TargetLoweringObjectFile &TLOF, in emitMipsReginfoSectionCG() argument
52 static_cast<const MipsTargetObjectFile &>(TLOF); in emitMipsReginfoSectionCG()
DMipsReginfo.h24 const TargetLoweringObjectFile &TLOF,
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.cpp162 const HexagonTargetObjectFile &TLOF = in addPreSched2() local
168 if (!TLOF.IsSmallDataEnabled()) { in addPreSched2()
DHexagonISelLowering.cpp1020 const HexagonTargetObjectFile &TLOF = in LowerGLOBALADDRESS() local
1022 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
/external/llvm/include/llvm/Target/
DTargetLowering.h137 const TargetLoweringObjectFile *TLOF);
147 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; } in getObjFileLowering()
1263 const TargetLoweringObjectFile &TLOF; variable
1651 const TargetLoweringObjectFile *TLOF);
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp622 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) { in TargetLoweringBase()
660 delete &TLOF; in ~TargetLoweringBase()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1495 const MipsTargetObjectFile &TLOF = in lowerGlobalAddress() local
1499 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in lowerGlobalAddress()