Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h240 MCSymbol *getLabelBegin() { return LabelBegin; } in getLabelBegin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h301 MCSymbol *getLabelBegin() const { in getLabelBegin() function
H A DAccelTable.cpp560 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()
H A DDwarfDebug.cpp2379 Asm->emitDwarfSymbolReference(CU.getLabelBegin()); in emitSectionReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp144 Asm->OutStreamer->emitLabel(Unit.getLabelBegin()); in emitCompileUnitHeader()
168 EmittedUnits.push_back({Unit.getUniqueID(), Unit.getLabelBegin()}); in emitCompileUnitHeader()