Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h264 MCSymbol *getLabelBegin() { return LabelBegin; } in getLabelBegin() function
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/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()