Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp351 if (auto StmtOffset = in dumpDebugLines() local
356 uint64_t Offset = *StmtOffset; in dumpDebugLines()
404 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1451 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local
1452 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1785 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit() local
1790 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()
1793 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()