svf-tools 1.0.295 → 1.0.296

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CMakeLists.txt +1 -1
  2. package/Dockerfile +1 -1
  3. package/SVF-doxygen/html/html/BasicTypes_8h_source.html +2 -2
  4. package/SVF-doxygen/html/html/CHG_8cpp_source.html +1 -1
  5. package/SVF-doxygen/html/html/ConsG_8cpp_source.html +1 -1
  6. package/SVF-doxygen/html/html/DCHG_8h_source.html +1 -1
  7. package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +1 -1
  8. package/SVF-doxygen/html/html/FlowSensitiveTBHC_8cpp_source.html +1 -1
  9. package/SVF-doxygen/html/html/FlowSensitive_8cpp_source.html +1 -1
  10. package/SVF-doxygen/html/html/Graph2Json_8cpp_source.html +1 -1
  11. package/SVF-doxygen/html/html/GraphPrinter_8h.html +1 -0
  12. package/SVF-doxygen/html/html/GraphPrinter_8h_source.html +5 -5
  13. package/SVF-doxygen/html/html/ICFG_8cpp_source.html +1 -1
  14. package/SVF-doxygen/html/html/LLVMModule_8cpp_source.html +1 -1
  15. package/SVF-doxygen/html/html/MutablePointsToDS_8h_source.html +1 -1
  16. package/SVF-doxygen/html/html/OfflineConsG_8cpp_source.html +1 -1
  17. package/SVF-doxygen/html/html/PAG_8cpp_source.html +1 -1
  18. package/SVF-doxygen/html/html/PTACallGraph_8cpp_source.html +1 -1
  19. package/SVF-doxygen/html/html/PointerAnalysisImpl_8cpp_source.html +1 -1
  20. package/SVF-doxygen/html/html/PointerAnalysisImpl_8h_source.html +1 -1
  21. package/SVF-doxygen/html/html/PointerAnalysis_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/SVFG_8cpp_source.html +1 -1
  23. package/SVF-doxygen/html/html/TCT_8cpp_source.html +1 -1
  24. package/SVF-doxygen/html/html/TypeBasedHeapCloning_8cpp_source.html +1 -1
  25. package/SVF-doxygen/html/html/VFG_8cpp_source.html +1 -1
  26. package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +1 -1
  27. package/SVF-doxygen/html/html/classSVF_1_1BVDataPTAImpl.html +2 -2
  28. package/SVF-doxygen/html/html/classSVF_1_1CHGraph.html +1 -1
  29. package/SVF-doxygen/html/html/classSVF_1_1CallSite.html +1 -1
  30. package/SVF-doxygen/html/html/classSVF_1_1CondPTAImpl.html +1 -1
  31. package/SVF-doxygen/html/html/classSVF_1_1ConstraintGraph.html +1 -1
  32. package/SVF-doxygen/html/html/classSVF_1_1DCHGraph.html +1 -1
  33. package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +1 -1
  34. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +1 -1
  35. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveTBHC.html +1 -1
  36. package/SVF-doxygen/html/html/classSVF_1_1ICFG.html +1 -1
  37. package/SVF-doxygen/html/html/classSVF_1_1ICFGPrinter.html +1 -1
  38. package/SVF-doxygen/html/html/classSVF_1_1LLVMModuleSet.html +1 -1
  39. package/SVF-doxygen/html/html/classSVF_1_1MutableDFPTData.html +1 -1
  40. package/SVF-doxygen/html/html/classSVF_1_1OfflineConsG.html +1 -1
  41. package/SVF-doxygen/html/html/classSVF_1_1PAG.html +1 -1
  42. package/SVF-doxygen/html/html/classSVF_1_1PTACallGraph.html +1 -1
  43. package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.html +2 -2
  44. package/SVF-doxygen/html/html/classSVF_1_1SVFG.html +1 -1
  45. package/SVF-doxygen/html/html/classSVF_1_1TCT.html +1 -1
  46. package/SVF-doxygen/html/html/classSVF_1_1TypeBasedHeapCloning.html +1 -1
  47. package/SVF-doxygen/html/html/classSVF_1_1VFG.html +1 -1
  48. package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +1 -1
  49. package/SVF-doxygen/html/html/classllvm_1_1GraphPrinter.html +7 -7
  50. package/build.sh +6 -3
  51. package/include/Graphs/GraphPrinter.h +2 -1
  52. package/include/MemoryModel/MutablePointsToDS.h +1 -1
  53. package/include/MemoryModel/PointerAnalysisImpl.h +4 -4
  54. package/include/Util/BasicTypes.h +1 -1
  55. package/lib/DDA/DDAPass.cpp +1 -1
  56. package/lib/MemoryModel/PointerAnalysis.cpp +7 -7
  57. package/lib/MemoryModel/PointerAnalysisImpl.cpp +3 -3
  58. package/lib/SVF-FE/Graph2Json.cpp +1 -1
  59. package/lib/SVF-FE/LLVMModule.cpp +1 -1
  60. package/lib/Util/TypeBasedHeapCloning.cpp +6 -6
  61. package/lib/WPA/FlowSensitive.cpp +2 -2
  62. package/lib/WPA/FlowSensitiveTBHC.cpp +2 -2
  63. package/lib/WPA/WPAPass.cpp +7 -7
  64. package/package.json +1 -1
  65. package/setup.sh +1 -1
@@ -299,7 +299,7 @@ $(function() {
299
299
  <div class="ttc" id="classSVF_1_1RetDirSVFGEdge_html"><div class="ttname"><a href="classSVF_1_1RetDirSVFGEdge.html">SVF::RetDirSVFGEdge</a></div><div class="ttdef"><b>Definition:</b> <a href="VFGEdge_8h_source.html#l00254">VFGEdge.h:254</a></div></div>
300
300
  <div class="ttc" id="classSVF_1_1SVFGStat_html_adc6a5c3e430bdf942f1462e101ac6917"><div class="ttname"><a href="classSVF_1_1SVFGStat.html#adc6a5c3e430bdf942f1462e101ac6917">SVF::SVFGStat::inForwardSlice</a></div><div class="ttdeci">bool inForwardSlice(const SVFGNode *node) const</div><div class="ttdef"><b>Definition:</b> <a href="SVFGStat_8h_source.html#l00253">SVFGStat.h:253</a></div></div>
301
301
  <div class="ttc" id="classSVF_1_1MemSSA_html_abfb338ce36ad46a9654d50dd6e2b07f1"><div class="ttname"><a href="classSVF_1_1MemSSA.html#abfb338ce36ad46a9654d50dd6e2b07f1">SVF::MemSSA::hasCHI</a></div><div class="ttdeci">bool hasCHI(const PAGEdge *inst) const</div><div class="ttdef"><b>Definition:</b> <a href="MemSSA_8h_source.html#l00343">MemSSA.h:343</a></div></div>
302
- <div class="ttc" id="classllvm_1_1GraphPrinter_html_a53b3809728c30389a594076097884b82"><div class="ttname"><a href="classllvm_1_1GraphPrinter.html#a53b3809728c30389a594076097884b82">llvm::GraphPrinter::WriteGraphToFile</a></div><div class="ttdeci">static void WriteGraphToFile(llvm::raw_ostream &amp;O, const std::string &amp;GraphName, const GraphType &amp;GT, bool simple=false)</div><div class="ttdef"><b>Definition:</b> <a href="GraphPrinter_8h_source.html#l00056">GraphPrinter.h:56</a></div></div>
302
+ <div class="ttc" id="classllvm_1_1GraphPrinter_html_a53b3809728c30389a594076097884b82"><div class="ttname"><a href="classllvm_1_1GraphPrinter.html#a53b3809728c30389a594076097884b82">llvm::GraphPrinter::WriteGraphToFile</a></div><div class="ttdeci">static void WriteGraphToFile(llvm::raw_ostream &amp;O, const std::string &amp;GraphName, const GraphType &amp;GT, bool simple=false)</div><div class="ttdef"><b>Definition:</b> <a href="GraphPrinter_8h_source.html#l00057">GraphPrinter.h:57</a></div></div>
303
303
  <div class="ttc" id="classSVF_1_1ICFG_html_ab7b0b3088b46ad65451905cc4f567a7b"><div class="ttname"><a href="classSVF_1_1ICFG.html#ab7b0b3088b46ad65451905cc4f567a7b">SVF::ICFG::getBlockICFGNode</a></div><div class="ttdeci">ICFGNode * getBlockICFGNode(const Instruction *inst)</div><div class="ttdoc">Get a basic block ICFGNode. </div><div class="ttdef"><b>Definition:</b> <a href="ICFG_8cpp_source.html#l00181">ICFG.cpp:181</a></div></div>
304
304
  <div class="ttc" id="classSVF_1_1MemSSA_html_a44cbdb1231c2709c24d19ad2bae2475a"><div class="ttname"><a href="classSVF_1_1MemSSA.html#a44cbdb1231c2709c24d19ad2bae2475a">SVF::MemSSA::getFunToRetMuSetMap</a></div><div class="ttdeci">FunToReturnMuSetMap &amp; getFunToRetMuSetMap()</div><div class="ttdef"><b>Definition:</b> <a href="MemSSA_8h_source.html#l00420">MemSSA.h:420</a></div></div>
305
305
  <div class="ttc" id="classSVF_1_1VFGNode_html"><div class="ttname"><a href="classSVF_1_1VFGNode.html">SVF::VFGNode</a></div><div class="ttdef"><b>Definition:</b> <a href="VFGNode_8h_source.html#l00047">VFGNode.h:47</a></div></div>
@@ -178,7 +178,7 @@ $(function() {
178
178
  <div class="ttc" id="classSVF_1_1SVFModule_html_afcf2978f32e15127fb093405dc17d7f1"><div class="ttname"><a href="classSVF_1_1SVFModule.html#afcf2978f32e15127fb093405dc17d7f1">SVF::SVFModule::const_iterator</a></div><div class="ttdeci">FunctionSetType::const_iterator const_iterator</div><div class="ttdef"><b>Definition:</b> <a href="SVFModule_8h_source.html#l00049">SVFModule.h:49</a></div></div>
179
179
  <div class="ttc" id="namespaceSVF_1_1SVFUtil_html_a22ef185e767ff76c098e75126c885400"><div class="ttname"><a href="namespaceSVF_1_1SVFUtil.html#a22ef185e767ff76c098e75126c885400">SVF::SVFUtil::isExtCall</a></div><div class="ttdeci">bool isExtCall(const SVFFunction *fun)</div><div class="ttdef"><b>Definition:</b> <a href="LLVMUtil_8h_source.html#l00063">LLVMUtil.h:63</a></div></div>
180
180
  <div class="ttc" id="classSVF_1_1TCT_html_abf2a992a66de9832915b1f959b8988e4"><div class="ttname"><a href="classSVF_1_1TCT.html#abf2a992a66de9832915b1f959b8988e4">SVF::TCT::print</a></div><div class="ttdeci">void print() const</div><div class="ttdoc">Print TCT information. </div><div class="ttdef"><b>Definition:</b> <a href="TCT_8cpp_source.html#l00554">TCT.cpp:554</a></div></div>
181
- <div class="ttc" id="classllvm_1_1GraphPrinter_html_a53b3809728c30389a594076097884b82"><div class="ttname"><a href="classllvm_1_1GraphPrinter.html#a53b3809728c30389a594076097884b82">llvm::GraphPrinter::WriteGraphToFile</a></div><div class="ttdeci">static void WriteGraphToFile(llvm::raw_ostream &amp;O, const std::string &amp;GraphName, const GraphType &amp;GT, bool simple=false)</div><div class="ttdef"><b>Definition:</b> <a href="GraphPrinter_8h_source.html#l00056">GraphPrinter.h:56</a></div></div>
181
+ <div class="ttc" id="classllvm_1_1GraphPrinter_html_a53b3809728c30389a594076097884b82"><div class="ttname"><a href="classllvm_1_1GraphPrinter.html#a53b3809728c30389a594076097884b82">llvm::GraphPrinter::WriteGraphToFile</a></div><div class="ttdeci">static void WriteGraphToFile(llvm::raw_ostream &amp;O, const std::string &amp;GraphName, const GraphType &amp;GT, bool simple=false)</div><div class="ttdef"><b>Definition:</b> <a href="GraphPrinter_8h_source.html#l00057">GraphPrinter.h:57</a></div></div>
182
182
  <div class="ttc" id="classSVF_1_1CxtThread_html_a54c95794963cb5a478db7c49c1b8c428"><div class="ttname"><a href="classSVF_1_1CxtThread.html#a54c95794963cb5a478db7c49c1b8c428">SVF::CxtThread::isIncycle</a></div><div class="ttdeci">bool isIncycle() const</div><div class="ttdef"><b>Definition:</b> <a href="CxtStmt_8h_source.html#l00271">CxtStmt.h:271</a></div></div>
183
183
  </div><!-- fragment --></div><!-- contents -->
184
184
  <!-- start footer part -->