Home
last modified time | relevance | path

Searched refs:StmtOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp349 if (auto StmtOffset = in dumpDebugLines() local
354 uint64_t Offset = *StmtOffset; in dumpDebugLines()
402 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1115 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1116 LineToUnit.insert(std::make_pair(*StmtOffset, &*CU)); in buildLineToUnitMap()
1119 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1120 LineToUnit.insert(std::make_pair(*StmtOffset, &*TU)); in buildLineToUnitMap()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1426 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1427 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1675 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit() local
1680 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()
1683 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2993 uint32_t StmtOffset = StmtList; in patchLineTableForUnit() local
2998 &StmtOffset); in patchLineTableForUnit()