Home
last modified time | relevance | path

Searched refs:GetTempSymbol (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r261991-llvm-r195391-fix-dwarf2.diff93 - UseTheFirstCU ? Asm->GetTempSymbol("section_line")
97 + UseTheFirstCU ? Asm->GetTempSymbol("section_line")
116 - Asm->GetTempSymbol("gnu_pubnames",
120 + Asm->GetTempSymbol("gnu_pubnames", NewCU->getUniqueID()));
123 - Asm->GetTempSymbol("gnu_pubnames",
128 + Asm->GetTempSymbol("gnu_pubnames", NewCU->getUniqueID()),
134 - Asm->GetTempSymbol("gnu_pubtypes",
138 + Asm->GetTempSymbol("gnu_pubtypes", NewCU->getUniqueID()));
141 - Asm->GetTempSymbol("gnu_pubtypes",
146 + Asm->GetTempSymbol("gnu_pubtypes", NewCU->getUniqueID()),
[all …]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp240 MCSymbol *TmpSym = Asm->GetTempSymbol(SymbolStem); in emitSectionSym()
246 return Asm->GetTempSymbol(StringPref); in getStringPoolSym()
255 return Entry.first = Asm->GetTempSymbol(StringPref, Entry.second); in getStringPoolEntry()
264 Entry.first = Asm->GetTempSymbol(StringPref, Entry.second); in getStringPoolIndex()
432 Asm->GetTempSymbol("func_begin", in updateSubprogramScopeDIE()
435 Asm->GetTempSymbol("func_end", in updateSubprogramScopeDIE()
767 MCSymbol *LineTableStartSym = Asm->GetTempSymbol("line_table_start", in constructCompileUnit()
786 UseTheFirstCU ? Asm->GetTempSymbol("section_line") in constructCompileUnit()
805 Asm->GetTempSymbol("gnu_pubnames", NewCU->getUniqueID())); in constructCompileUnit()
809 Asm->GetTempSymbol("gnu_pubnames", NewCU->getUniqueID()), in constructCompileUnit()
[all …]
DDwarfCFIException.cpp126 (Asm->GetTempSymbol("eh_func_begin", in BeginFunction()
133 Asm->OutStreamer.EmitCFILsda(Asm->GetTempSymbol("exception", in BeginFunction()
149 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_end", in EndFunction()
DWin64Exception.cpp85 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_begin", in BeginFunction()
95 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_end", in EndFunction()
DARMException.cpp63 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_begin", in BeginFunction()
74 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_end", in EndFunction()
DDwarfException.cpp464 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("exception", in EmitExceptionTable()
468 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("_LSDA_", in EmitExceptionTable()
583 Asm->GetTempSymbol("eh_func_begin", Asm->getFunctionNumber()); in EmitExceptionTable()
590 EndLabel = Asm->GetTempSymbol("eh_func_end", Asm->getFunctionNumber()); in EmitExceptionTable()
DDwarfAccelTable.cpp95 Data[i]->Sym = Asm->GetTempSymbol(Prefix, i); in FinalizeTable()
DAsmPrinter.cpp1418 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelDifference()
1447 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelOffsetDifference()
1999 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name, unsigned ID) const { in GetTempSymbol() function in AsmPrinter
2006 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name) const { in GetTempSymbol() function in AsmPrinter
DDwarfCompileUnit.cpp1797 Asm->GetTempSymbol("debug_loc", Offset)); in constructVariableDIE()
1980 Asm->EmitSectionOffset(Asm->GetTempSymbol(ASection->getLabelBeginName()), in emitHeader()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DAsmPrinter.h301 MCSymbol *GetTempSymbol(StringRef Name, unsigned ID) const;
305 MCSymbol *GetTempSymbol(StringRef Name) const;
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp315 TOCEntry = GetTempSymbol("C", TOCLabelID); in lookUpOrCreateTOCEntry()