Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1772 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local
1773 if (!StmtList) in patchLineTableForUnit()
1785 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit()
1884 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
1895 Params, LineData.slice(*StmtList + 4, PrologueEnd), in patchLineTableForUnit()