Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1428 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1432 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1433 return LineToUnit; in buildLineToUnitMap()
1440 LineToUnit = buildLineToUnitMap(Units); in SectionParser()
1481 auto It = LineToUnit.find(Offset); in prepareToParse()
1482 if (It != LineToUnit.end()) in prepareToParse()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h355 LineToUnitMap LineToUnit; variable