Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h247 MCSymbol *getLabelBegin() { return LabelBegin; } in getLabelBegin() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h296 MCSymbol *getLabelBegin() const { in getLabelBegin() function
H A DAccelTable.cpp559 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()
H A DDwarfDebug.cpp2487 Asm->emitDwarfSymbolReference(CU.getLabelBegin()); in emitSectionReference()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp150 Asm->OutStreamer->emitLabel(Unit.getLabelBegin()); in emitCompileUnitHeader()
174 EmittedUnits.push_back({Unit.getUniqueID(), Unit.getLabelBegin()}); in emitCompileUnitHeader()