Home
last modified time | relevance | path

Searched refs:getLabelBegin (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h264 MCSymbol *getLabelBegin() { return LabelBegin; } in getLabelBegin() function
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h105 MCSymbol *getLabelBegin() const { in getLabelBegin() function
H A DAccelTable.cpp665 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()
704 TUSymbolsOrHashes.push_back({U.getLabelBegin(), U.getUniqueID()}); in addTypeUnitSymbol()
H A DDwarfDebug.cpp2530 Asm->emitDwarfSymbolReference(CU.getLabelBegin()); in emitSectionReference()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp182 Asm->OutStreamer->emitLabel(Unit.getLabelBegin()); in emitCompileUnitHeader()
206 EmittedUnits.push_back({Unit.getUniqueID(), Unit.getLabelBegin()}); in emitCompileUnitHeader()