Searched refs:TLOF (Results 1 - 10 of 10) 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.cpp62 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
63 unsigned PerEncoding = TLOF.getPersonalityEncoding();
69 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
104 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
H A DAsmPrinterDwarf.cpp125 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
128 TLOF.getTTypeGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
H A DDwarfDebug.cpp1718 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1722 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
1724 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1727 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(),
1729 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
1731 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection())
1735 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
1736 emitSectionSym(Asm, TLOF.getDwarfLocSection());
1738 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection());
1739 emitSectionSym(Asm, TLOF
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsReginfo.h24 const TargetLoweringObjectFile &TLOF,
H A DMipsReginfo.cpp44 const TargetLoweringObjectFile &TLOF,
52 static_cast<const MipsTargetObjectFile &>(TLOF);
43 emitMipsReginfoSectionCG(MCStreamer &OS, const TargetLoweringObjectFile &TLOF, const MipsSubtarget &MST) const argument
/external/llvm/include/llvm/Target/
H A DTargetLowering.h133 /// NOTE: The constructor takes ownership of TLOF.
135 const TargetLoweringObjectFile *TLOF);
140 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
1271 const TargetLoweringObjectFile &TLOF;
1674 /// NOTE: The constructor takes ownership of TLOF.
1676 const TargetLoweringObjectFile *TLOF);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp619 /// NOTE: The constructor takes ownership of TLOF.
622 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) {
744 delete &TLOF;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1028 const HexagonTargetObjectFile &TLOF = local
1030 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1635 const MipsTargetObjectFile &TLOF = local
1639 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 998 milliseconds