Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp350 if (auto StmtOffset = in dumpDebugLines() local
355 uint64_t Offset = *StmtOffset; in dumpDebugLines()
403 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1431 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1432 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1697 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit() local
1702 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()
1705 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()