Searched refs:LineToUnit (Results 1 – 2 of 2) sorted by relevance
1521 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local1525 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()1526 return LineToUnit; in buildLineToUnitMap()1533 LineToUnit = buildLineToUnitMap(Units); in SectionParser()1574 auto It = LineToUnit.find(Offset); in prepareToParse()1575 if (It != LineToUnit.end()) in prepareToParse()
364 LineToUnitMap LineToUnit; variable