Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp410 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local
412 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
416 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
422 return Line->getOrParseLineTable(Data, stmtOffset, U->getContext(), U, in getLineTableForUnit()
439 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in clearLineTableForUnit() local
440 Line->clearLineTable(stmtOffset); in clearLineTableForUnit()