Searched refs:StmtOffset (Results 1 – 3 of 3) sorted by relevance
350 if (auto StmtOffset = in dumpDebugLines() local355 uint64_t Offset = *StmtOffset; in dumpDebugLines()403 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
1431 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local1432 LineToUnit.insert(std::make_pair(*StmtOffset, &*U)); in buildLineToUnitMap()
1697 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit() local1702 return TheDwarfEmitter->translateLineTable(LineExtractor, StmtOffset); in patchLineTableForUnit()1705 LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()