Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1759 const MCSymbol *BeginSectionLabel = StartLabel; in buildLocationList() local
1763 BeginSectionLabel = MBB.getSymbol(); in buildLocationList()
1766 DebugLoc.emplace_back(BeginSectionLabel, EndLabel, Values); in buildLocationList()
1770 DebugLoc.emplace_back(BeginSectionLabel, MBB.getEndSymbol(), Values); in buildLocationList()