Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp245 if (auto StmtOffset = in dumpDebugLines() local
250 uint32_t Offset = *StmtOffset; in dumpDebugLines()
288 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1054 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1055 LineToUnit.insert(std::make_pair(*StmtOffset, &*CU)); in buildLineToUnitMap()
1059 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1060 LineToUnit.insert(std::make_pair(*StmtOffset, &*TU)); in buildLineToUnitMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1692 uint32_t StmtOffset = *StmtList; in patchLineTableForUnit() local
1697 Error Err = LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2993 uint32_t StmtOffset = StmtList; in patchLineTableForUnit() local
2998 &StmtOffset); in patchLineTableForUnit()