Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1039 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1043 LineToUnit.insert(std::make_pair(*StmtOffset, &*CU)); in buildLineToUnitMap()
1047 LineToUnit.insert(std::make_pair(*StmtOffset, &*TU)); in buildLineToUnitMap()
1048 return LineToUnit; in buildLineToUnitMap()
1055 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
1093 auto It = LineToUnit.find(Offset); in prepareToParse()
1094 if (It != LineToUnit.end()) in prepareToParse()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h324 LineToUnitMap LineToUnit; variable