Searched refs:TLOF (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCFIException.cpp | 58 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()
|
D | Win64Exception.cpp | 62 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()
|
D | AsmPrinterDwarf.cpp | 125 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitTTypeReference() local 128 TLOF.getTTypeGlobalReference(GV, Mang, MMI, Encoding, OutStreamer); in EmitTTypeReference()
|
D | DwarfDebug.cpp | 1990 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/ |
D | MipsReginfo.cpp | 44 const TargetLoweringObjectFile &TLOF, in emitMipsReginfoSectionCG() argument 52 static_cast<const MipsTargetObjectFile &>(TLOF); in emitMipsReginfoSectionCG()
|
D | MipsReginfo.h | 24 const TargetLoweringObjectFile &TLOF,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 162 const HexagonTargetObjectFile &TLOF = in addPreSched2() local 168 if (!TLOF.IsSmallDataEnabled()) { in addPreSched2()
|
D | HexagonISelLowering.cpp | 1020 const HexagonTargetObjectFile &TLOF = in LowerGLOBALADDRESS() local 1022 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 137 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/ |
D | TargetLoweringBase.cpp | 622 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) { in TargetLoweringBase() 660 delete &TLOF; in ~TargetLoweringBase()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1495 const MipsTargetObjectFile &TLOF = in lowerGlobalAddress() local 1499 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in lowerGlobalAddress()
|