Searched refs:StmtOffset (Results 1 – 3 of 3) sorted by relevance
351 if (auto StmtOffset = in dumpDebugLines() local356 uint64_t Offset = *StmtOffset; in dumpDebugLines()404 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
1451 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local1452 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1785 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit() local1790 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()1793 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()