Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1051 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap() local
1055 LineToUnit.insert(std::make_pair(*StmtOffset, &*CU)); in buildLineToUnitMap()
1060 LineToUnit.insert(std::make_pair(*StmtOffset, &*TU)); in buildLineToUnitMap()
1061 return LineToUnit; in buildLineToUnitMap()
1068 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
1106 auto It = LineToUnit.find(Offset); in prepareToParse()
1107 if (It != LineToUnit.end()) in prepareToParse()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h323 LineToUnitMap LineToUnit; variable