Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h262 MCSymbol *getLabelBegin() { return LabelBegin; } in getLabelBegin() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h105 MCSymbol *getLabelBegin() const { in getLabelBegin() function
H A DAccelTable.cpp703 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()
742 TUSymbolsOrHashes.push_back({U.getLabelBegin(), U.getUniqueID()}); in addTypeUnitSymbol()
H A DDwarfDebug.cpp2529 Asm->emitDwarfSymbolReference(CU.getLabelBegin()); in emitSectionReference()
/freebsd-14.2/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()