Searched refs:StmtList (Results 1 – 4 of 4) sorted by relevance
1083 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in emitDebugLineInfoForUnprocessedCUs() local1084 if (!StmtList) in emitDebugLineInfoForUnprocessedCUs()1087 StmtListOffsets.push_back(*StmtList); in emitDebugLineInfoForUnprocessedCUs()1097 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in emitDebugLineInfoForUnprocessedCUs() local1098 if (!StmtList) in emitDebugLineInfoForUnprocessedCUs()1103 const uint64_t Begin = *StmtList; in emitDebugLineInfoForUnprocessedCUs()
1684 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local1685 if (!StmtList) in patchLineTableForUnit()1697 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit()1796 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()1807 Params, LineData.slice(*StmtList + 4, PrologueEnd), in patchLineTableForUnit()
2372 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor() local2373 if (!StmtList.empty()) in getLastStmtFor()2374 return StmtList.back(); in getLastStmtFor()
898 Optional<DWARFFormValue> StmtList = in updateLineTableOffsets() local900 Optional<uint64_t> Offset = dwarf::toSectionOffset(StmtList); in updateLineTableOffsets()