Searched refs:StmtOffset (Results 1 – 4 of 4) sorted by relevance
245 if (auto StmtOffset = in dumpDebugLines() local250 uint32_t Offset = *StmtOffset; in dumpDebugLines()288 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
1054 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local1055 LineToUnit.insert(std::make_pair(*StmtOffset, &*CU)); in buildLineToUnitMap()1059 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() local1060 LineToUnit.insert(std::make_pair(*StmtOffset, &*TU)); in buildLineToUnitMap()
1692 uint32_t StmtOffset = *StmtList; in patchLineTableForUnit() local1697 Error Err = LineTable.parse(LineExtractor, &StmtOffset, OrigDwarf, in patchLineTableForUnit()
2993 uint32_t StmtOffset = StmtList; in patchLineTableForUnit() local2998 &StmtOffset); in patchLineTableForUnit()