Searched refs:TLOF (Results 1 – 10 of 10) 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 | 1718 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in emitSectionLabels() local 1722 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in emitSectionLabels() 1724 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in emitSectionLabels() 1727 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(), in emitSectionLabels() 1729 emitSectionSym(Asm, TLOF.getDwarfARangesSection()); in emitSectionLabels() 1731 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection()) in emitSectionLabels() 1735 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels() 1736 emitSectionSym(Asm, TLOF.getDwarfLocSection()); in emitSectionLabels() 1738 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in emitSectionLabels() 1739 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/include/llvm/Target/ |
D | TargetLowering.h | 135 const TargetLoweringObjectFile *TLOF); 140 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; } in getObjFileLowering() 1271 const TargetLoweringObjectFile &TLOF; variable 1676 const TargetLoweringObjectFile *TLOF);
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 622 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) { in TargetLoweringBase() 744 delete &TLOF; in ~TargetLoweringBase()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1028 const HexagonTargetObjectFile &TLOF = in LowerGLOBALADDRESS() local 1030 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1635 const MipsTargetObjectFile &TLOF = in lowerGlobalAddress() local 1639 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in lowerGlobalAddress()
|