Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1505 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1509 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1510 return LineToUnit; in buildLineToUnitMap()
1517 LineToUnit = buildLineToUnitMap(Units); in SectionParser()
1558 auto It = LineToUnit.find(Offset); in prepareToParse()
1559 if (It != LineToUnit.end()) in prepareToParse()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h364 LineToUnitMap LineToUnit; variable