Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1423 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1427 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1428 return LineToUnit; in buildLineToUnitMap()
1435 LineToUnit = buildLineToUnitMap(Units); in SectionParser()
1476 auto It = LineToUnit.find(Offset); in prepareToParse()
1477 if (It != LineToUnit.end()) in prepareToParse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h361 LineToUnitMap LineToUnit; variable