Searched defs:TLOF (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
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/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.cpp1990 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1994 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info");
1996 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev");
1999 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(),
2001 emitSectionSym(Asm, TLOF.getDwarfARangesSection());
2003 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection())
2007 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line");
2008 emitSectionSym(Asm, TLOF.getDwarfLocSection());
2010 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection());
2011 emitSectionSym(Asm, TLOF
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp162 const HexagonTargetObjectFile &TLOF = local
168 if (!TLOF.IsSmallDataEnabled()) {
H A DHexagonISelLowering.cpp1020 const HexagonTargetObjectFile &TLOF = local
1022 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1495 const MipsTargetObjectFile &TLOF = local
1499 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 823 milliseconds