Searched refs:stmtOffset (Results 1 – 1 of 1) sorted by relevance
990 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local992 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() local1019 Line->clearLineTable(stmtOffset); in clearLineTableForUnit()