Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1448 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1452 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1453 return LineToUnit; in buildLineToUnitMap()
1460 LineToUnit = buildLineToUnitMap(Units); in SectionParser()
1501 auto It = LineToUnit.find(Offset); in prepareToParse()
1502 if (It != LineToUnit.end()) in prepareToParse()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h359 LineToUnitMap LineToUnit; variable