Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp990 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local
992 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
996 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
1002 return Line->getOrParseLineTable(lineData, stmtOffset, *this, U, in getLineTableForUnit()
1018 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in clearLineTableForUnit() local
1019 Line->clearLineTable(stmtOffset); in clearLineTableForUnit()