Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1644 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local
1645 if (!StmtList) in patchLineTableForUnit()
1657 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit()
1766 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
1777 Params, LineData.slice(*StmtList + 4, PrologueEnd), in patchLineTableForUnit()