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

/freebsd-9.3-release/contrib/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.cpp1999 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
2003 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
2005 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
2008 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(),
2010 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
2012 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection())
2016 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
2017 emitSectionSym(Asm, TLOF.getDwarfLocSection());
2020 emitSectionSym(Asm, TLOF.getDwarfGnuPubNamesSection());
2022 emitSectionSym(Asm, TLOF
[all...]
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp170 const HexagonTargetObjectFile &TLOF = local
176 if (!TLOF.IsSmallDataEnabled()) {
H A DHexagonISelLowering.cpp1033 const HexagonTargetObjectFile &TLOF = local
1035 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h135 /// NOTE: The constructor takes ownership of TLOF.
137 const TargetLoweringObjectFile *TLOF);
147 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
1315 const TargetLoweringObjectFile &TLOF;
1700 /// NOTE: The constructor takes ownership of TLOF.
1702 const TargetLoweringObjectFile *TLOF);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp659 /// NOTE: The constructor takes ownership of TLOF.
662 : TM(tm), TD(TM.getDataLayout()), TLOF(*tlof) {
699 delete &TLOF;
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1450 const MipsTargetObjectFile &TLOF = local
1454 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 107 milliseconds