Home
last modified time | relevance | path

Searched refs:StmtList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1083 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in emitDebugLineInfoForUnprocessedCUs() local
1084 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() local
1098 if (!StmtList) in emitDebugLineInfoForUnprocessedCUs()
1103 const uint64_t Begin = *StmtList; in emitDebugLineInfoForUnprocessedCUs()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1684 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit() local
1685 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()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2372 ArrayRef<ScopStmt *> StmtList = getStmtListFor(BB); in getLastStmtFor() local
2373 if (!StmtList.empty()) in getLastStmtFor()
2374 return StmtList.back(); in getLastStmtFor()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp898 Optional<DWARFFormValue> StmtList = in updateLineTableOffsets() local
900 Optional<uint64_t> Offset = dwarf::toSectionOffset(StmtList); in updateLineTableOffsets()