Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h284 using LineToUnitMap = std::map<uint64_t, DWARFUnit *>; variable
324 LineToUnitMap LineToUnit;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1036 static DWARFDebugLine::SectionParser::LineToUnitMap
1039 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap()