Searched refs:StmtList (Results 1 – 3 of 3) sorted by relevance
1662 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local1663 if (!StmtList) in patchLineTableForUnit()1675 uint64_t StmtOffset = *StmtList; in patchLineTableForUnit()1784 uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()1795 Params, LineData.slice(*StmtList + 4, PrologueEnd), in patchLineTableForUnit()
2982 uint64_t StmtList = CUDie->getAttributeValueAsSectionOffset( in patchLineTableForUnit() local2984 if (StmtList == -1ULL) in patchLineTableForUnit()2993 uint32_t StmtOffset = StmtList; in patchLineTableForUnit()3087 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()3102 LineData.slice(StmtList + 4, PrologueEnd), in patchLineTableForUnit()
2457 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor() local2458 if (!StmtList.empty()) in getLastStmtFor()2459 return StmtList.back(); in getLastStmtFor()