svf-lib 1.0.2321 → 1.0.2323
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.
- package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/WorkList.h +0 -0
- package/SVF-linux-x86_64/Release-build/lib/cmake/SVF/Modules/FindZ3.cmake +93 -0
- package/SVF-linux-x86_64/Release-build/lib/cmake/SVF/SVFConfig.cmake +106 -0
- package/SVF-linux-x86_64/Release-build/lib/cmake/SVF/SVFConfigVersion.cmake +43 -0
- package/SVF-linux-x86_64/Release-build/lib/cmake/SVF/SVFTargets-release.cmake +101 -0
- package/SVF-linux-x86_64/Release-build/lib/cmake/SVF/SVFTargets.cmake +180 -0
- package/SVF-linux-x86_64/Release-build/lib/libSvfCore.so.3.1 +0 -0
- package/SVF-linux-x86_64/Release-build/lib/libSvfLLVM.so.3.1 +0 -0
- package/SVF-linux-x86_64/Release-build/lib/pkgconfig/SVF.pc +12 -0
- package/SVF-osx/Release-build/lib/cmake/SVF/SVFConfig.cmake +3 -3
- package/SVF-osx/Release-build/lib/cmake/SVF/SVFTargets.cmake +8 -8
- package/SVF-osx/Release-build/lib/pkgconfig/SVF.pc +1 -1
- package/package.json +1 -1
- package/SVF-linux-x86_64/Release-build/include/CFL/grammar/PAGGrammar.txt +0 -15
- package/SVF-linux-x86_64/Release-build/include/CFL/grammar/PEGGrammar.txt +0 -11
- package/SVF-linux-x86_64/Release-build/include/CFL/grammar/VFGGrammar.txt +0 -7
- package/SVF-linux-x86_64/Release-build/include/FastCluster/LICENSE.TXT +0 -13
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/AbstractState.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/AbstractValue.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/AddressValue.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/ICFGWTO.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/IntervalValue.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/NumericValue.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/RelExeState.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Core/RelationSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Svfexe/AEDetector.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Svfexe/AbsExtAPI.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Svfexe/AbstractInterpretation.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFGNormalizer.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFGrammar.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLAlias.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLBase.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLGramGraphChecker.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLGraphBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLSVFGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/CFLVF.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{CFL → SVF/CFL}/GrammarBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/ContextDDA.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/DDAClient.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/DDAPass.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/DDAStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/DDAVFSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{DDA → SVF/DDA}/FlowDDA.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{FastCluster → SVF/FastCluster}/fastcluster.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/BasicBlockG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/CDG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/CFLGraph.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/CHG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/CallGraph.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ConsG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ConsGEdge.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ConsGNode.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/DOTGraphTraits.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/GenericGraph.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/GraphPrinter.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/GraphTraits.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/GraphWriter.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ICFG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ICFGEdge.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ICFGNode.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ICFGStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/IRGraph.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SCC.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SVFG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SVFGEdge.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SVFGNode.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SVFGOPT.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/SVFGStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/ThreadCallGraph.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/VFG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/VFGEdge.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/VFGNode.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Graphs → SVF/Graphs}/WTO.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MSSA → SVF/MSSA}/MSSAMuChi.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MSSA → SVF/MSSA}/MemPartition.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MSSA → SVF/MSSA}/MemRegion.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MSSA → SVF/MSSA}/MemSSA.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MSSA → SVF/MSSA}/SVFGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MTA → SVF/MTA}/LockAnalysis.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MTA → SVF/MTA}/MHP.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MTA → SVF/MTA}/MTA.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MTA → SVF/MTA}/MTAStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MTA → SVF/MTA}/TCT.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AbstractPointsToDS.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AccessPath.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/ConditionalPT.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/MutablePointsToDS.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PersistentPointsToCache.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PersistentPointsToDS.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointerAnalysis.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointerAnalysisImpl.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointsTo.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/SVFLoop.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/DoubleFreeChecker.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/FileChecker.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/LeakChecker.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/ProgSlice.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/SaberCheckerAPI.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/SaberCondAllocator.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/SaberSVFGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/SrcSnkDDA.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SABER → SVF/SABER}/SrcSnkSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/BasicTypes.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/BreakConstantExpr.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/CHGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/CppUtil.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/DCHG.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/GEPTypeBridgeIterator.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/ICFGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMLoopAnalysis.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMModule.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMUtil.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/ObjTypeInference.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/SVFIRBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/SymbolTableBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/ObjTypeInfo.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/PAGBuilderFromFile.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFIR.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFStatements.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFType.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFValue.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{SVFIR → SVF/SVFIR}/SVFVariables.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/Annotator.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/BitVector.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/CDGBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/CallGraphBuilder.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/Casting.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/CommandLine.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/CoreBitVector.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/CxtStmt.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/DPItem.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/ExtAPI.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/GeneralType.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/GraphReachSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/NodeIDAllocator.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/Options.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/PTAStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/SVFBugReport.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/SVFLoopAndDomInfo.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/SVFStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/SVFUtil.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/SparseBitVector.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/ThreadAPI.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/Z3Expr.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/cJSON.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/iterator.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{Util → SVF/Util}/iterator_range.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/Andersen.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/AndersenPWC.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/CSC.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/FlowSensitive.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/Steensgaard.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/TypeAnalysis.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/VersionedFlowSensitive.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/WPAFSSolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/WPAPass.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/WPASolver.h +0 -0
- /package/SVF-linux-x86_64/Release-build/include/{WPA → SVF/WPA}/WPAStat.h +0 -0
- /package/SVF-linux-x86_64/Release-build/{lib → include/SVF}/extapi.bc +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/AbstractState.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/AbstractValue.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/AddressValue.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/ICFGWTO.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/IntervalValue.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/NumericValue.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/RelExeState.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Core/RelationSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Svfexe/AEDetector.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Svfexe/AbsExtAPI.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/AE → AE}/Svfexe/AbstractInterpretation.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFGNormalizer.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFGrammar.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLAlias.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLBase.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLGramGraphChecker.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLGraphBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLSVFGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/CFLVF.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/CFL → CFL}/GrammarBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/ContextDDA.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/DDAClient.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/DDAPass.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/DDAStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/DDAVFSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/DDA → DDA}/FlowDDA.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/FastCluster → FastCluster}/fastcluster.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/BasicBlockG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/CDG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/CFLGraph.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/CHG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/CallGraph.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ConsG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ConsGEdge.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ConsGNode.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/DOTGraphTraits.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/GenericGraph.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/GraphPrinter.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/GraphTraits.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/GraphWriter.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ICFG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ICFGEdge.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ICFGNode.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ICFGStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/IRGraph.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SCC.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SVFG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SVFGEdge.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SVFGNode.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SVFGOPT.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/SVFGStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/ThreadCallGraph.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/VFG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/VFGEdge.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/VFGNode.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Graphs → Graphs}/WTO.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MSSA → MSSA}/MSSAMuChi.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MSSA → MSSA}/MemPartition.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MSSA → MSSA}/MemRegion.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MSSA → MSSA}/MemSSA.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MSSA → MSSA}/SVFGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MTA → MTA}/LockAnalysis.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MTA → MTA}/MHP.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MTA → MTA}/MTA.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MTA → MTA}/MTAStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MTA → MTA}/TCT.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/AbstractPointsToDS.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/AccessPath.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/ConditionalPT.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/MutablePointsToDS.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/PersistentPointsToCache.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/PersistentPointsToDS.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/PointerAnalysis.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/PointerAnalysisImpl.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/PointsTo.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/MemoryModel → MemoryModel}/SVFLoop.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/DoubleFreeChecker.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/FileChecker.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/LeakChecker.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/ProgSlice.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/SaberCheckerAPI.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/SaberCondAllocator.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/SaberSVFGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/SrcSnkDDA.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SABER → SABER}/SrcSnkSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/BasicTypes.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/BreakConstantExpr.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/CHGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/CppUtil.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/DCHG.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/GEPTypeBridgeIterator.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/ICFGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/LLVMLoopAnalysis.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/LLVMModule.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/LLVMUtil.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/ObjTypeInference.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/SVFIRBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVF-LLVM → SVF-LLVM}/SymbolTableBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/ObjTypeInfo.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/PAGBuilderFromFile.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/SVFIR.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/SVFStatements.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/SVFType.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/SVFValue.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/SVFIR → SVFIR}/SVFVariables.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/Annotator.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/BitVector.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/CDGBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/CallGraphBuilder.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/Casting.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/CommandLine.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/CoreBitVector.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/CxtStmt.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/DPItem.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/ExtAPI.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/GeneralType.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/GraphReachSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/NodeIDAllocator.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/Options.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/PTAStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/SVFBugReport.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/SVFLoopAndDomInfo.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/SVFStat.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/SVFUtil.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/SparseBitVector.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/ThreadAPI.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/WorkList.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/Z3Expr.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/cJSON.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/config.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/iterator.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/Util → Util}/iterator_range.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/Andersen.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/AndersenPWC.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/CSC.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/FlowSensitive.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/Steensgaard.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/TypeAnalysis.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/VersionedFlowSensitive.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/WPAFSSolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/WPAPass.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/WPASolver.h +0 -0
- /package/SVF-osx/Release-build/include/{SVF/WPA → WPA}/WPAStat.h +0 -0
- /package/SVF-osx/Release-build/{include/SVF → lib}/extapi.bc +0 -0
|
@@ -61,11 +61,11 @@ add_library(SVF::SvfFlags INTERFACE IMPORTED)
|
|
|
61
61
|
set_target_properties(SVF::SvfFlags PROPERTIES
|
|
62
62
|
INTERFACE_COMPILE_FEATURES "c_std_11;cxx_std_17"
|
|
63
63
|
INTERFACE_COMPILE_OPTIONS "\$<\$<NOT:\$<BOOL:ON>>:-fno-rtti>"
|
|
64
|
-
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include
|
|
64
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
|
|
65
65
|
INTERFACE_LINK_DIRECTORIES "${_IMPORT_PREFIX}/lib"
|
|
66
66
|
INTERFACE_LINK_LIBRARIES "z3::libz3"
|
|
67
67
|
INTERFACE_LINK_OPTIONS "\$<\$<NOT:\$<BOOL:ON>>:-fno-rtti>"
|
|
68
|
-
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "include
|
|
68
|
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "include;include"
|
|
69
69
|
)
|
|
70
70
|
|
|
71
71
|
# Create imported target SVF::SvfCore
|
|
@@ -80,13 +80,13 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
|
|
|
80
80
|
INTERFACE
|
|
81
81
|
FILE_SET "HEADERS"
|
|
82
82
|
TYPE "HEADERS"
|
|
83
|
-
BASE_DIRS "${_IMPORT_PREFIX}/include
|
|
84
|
-
FILES "${_IMPORT_PREFIX}/include/
|
|
83
|
+
BASE_DIRS "${_IMPORT_PREFIX}/include"
|
|
84
|
+
FILES "${_IMPORT_PREFIX}/include/AE/Core/AbstractState.h" "${_IMPORT_PREFIX}/include/AE/Core/AbstractValue.h" "${_IMPORT_PREFIX}/include/AE/Core/AddressValue.h" "${_IMPORT_PREFIX}/include/AE/Core/ICFGWTO.h" "${_IMPORT_PREFIX}/include/AE/Core/IntervalValue.h" "${_IMPORT_PREFIX}/include/AE/Core/NumericValue.h" "${_IMPORT_PREFIX}/include/AE/Core/RelExeState.h" "${_IMPORT_PREFIX}/include/AE/Core/RelationSolver.h" "${_IMPORT_PREFIX}/include/AE/Svfexe/AEDetector.h" "${_IMPORT_PREFIX}/include/AE/Svfexe/AbsExtAPI.h" "${_IMPORT_PREFIX}/include/AE/Svfexe/AbstractInterpretation.h" "${_IMPORT_PREFIX}/include/CFL/CFGNormalizer.h" "${_IMPORT_PREFIX}/include/CFL/CFGrammar.h" "${_IMPORT_PREFIX}/include/CFL/CFLAlias.h" "${_IMPORT_PREFIX}/include/CFL/CFLBase.h" "${_IMPORT_PREFIX}/include/CFL/CFLGramGraphChecker.h" "${_IMPORT_PREFIX}/include/CFL/CFLGraphBuilder.h" "${_IMPORT_PREFIX}/include/CFL/CFLSVFGBuilder.h" "${_IMPORT_PREFIX}/include/CFL/CFLSolver.h" "${_IMPORT_PREFIX}/include/CFL/CFLStat.h" "${_IMPORT_PREFIX}/include/CFL/CFLVF.h" "${_IMPORT_PREFIX}/include/CFL/GrammarBuilder.h" "${_IMPORT_PREFIX}/include/DDA/ContextDDA.h" "${_IMPORT_PREFIX}/include/DDA/DDAClient.h" "${_IMPORT_PREFIX}/include/DDA/DDAPass.h" "${_IMPORT_PREFIX}/include/DDA/DDAStat.h" "${_IMPORT_PREFIX}/include/DDA/DDAVFSolver.h" "${_IMPORT_PREFIX}/include/DDA/FlowDDA.h" "${_IMPORT_PREFIX}/include/FastCluster/fastcluster.h" "${_IMPORT_PREFIX}/include/Graphs/BasicBlockG.h" "${_IMPORT_PREFIX}/include/Graphs/CDG.h" "${_IMPORT_PREFIX}/include/Graphs/CFLGraph.h" "${_IMPORT_PREFIX}/include/Graphs/CHG.h" "${_IMPORT_PREFIX}/include/Graphs/CallGraph.h" "${_IMPORT_PREFIX}/include/Graphs/ConsG.h" "${_IMPORT_PREFIX}/include/Graphs/ConsGEdge.h" "${_IMPORT_PREFIX}/include/Graphs/ConsGNode.h" "${_IMPORT_PREFIX}/include/Graphs/DOTGraphTraits.h" "${_IMPORT_PREFIX}/include/Graphs/GenericGraph.h" "${_IMPORT_PREFIX}/include/Graphs/GraphPrinter.h" "${_IMPORT_PREFIX}/include/Graphs/GraphTraits.h" "${_IMPORT_PREFIX}/include/Graphs/GraphWriter.h" "${_IMPORT_PREFIX}/include/Graphs/ICFG.h" "${_IMPORT_PREFIX}/include/Graphs/ICFGEdge.h" "${_IMPORT_PREFIX}/include/Graphs/ICFGNode.h" "${_IMPORT_PREFIX}/include/Graphs/ICFGStat.h" "${_IMPORT_PREFIX}/include/Graphs/IRGraph.h" "${_IMPORT_PREFIX}/include/Graphs/SCC.h" "${_IMPORT_PREFIX}/include/Graphs/SVFG.h" "${_IMPORT_PREFIX}/include/Graphs/SVFGEdge.h" "${_IMPORT_PREFIX}/include/Graphs/SVFGNode.h" "${_IMPORT_PREFIX}/include/Graphs/SVFGOPT.h" "${_IMPORT_PREFIX}/include/Graphs/SVFGStat.h" "${_IMPORT_PREFIX}/include/Graphs/ThreadCallGraph.h" "${_IMPORT_PREFIX}/include/Graphs/VFG.h" "${_IMPORT_PREFIX}/include/Graphs/VFGEdge.h" "${_IMPORT_PREFIX}/include/Graphs/VFGNode.h" "${_IMPORT_PREFIX}/include/Graphs/WTO.h" "${_IMPORT_PREFIX}/include/MSSA/MSSAMuChi.h" "${_IMPORT_PREFIX}/include/MSSA/MemPartition.h" "${_IMPORT_PREFIX}/include/MSSA/MemRegion.h" "${_IMPORT_PREFIX}/include/MSSA/MemSSA.h" "${_IMPORT_PREFIX}/include/MSSA/SVFGBuilder.h" "${_IMPORT_PREFIX}/include/MTA/LockAnalysis.h" "${_IMPORT_PREFIX}/include/MTA/MHP.h" "${_IMPORT_PREFIX}/include/MTA/MTA.h" "${_IMPORT_PREFIX}/include/MTA/MTAStat.h" "${_IMPORT_PREFIX}/include/MTA/TCT.h" "${_IMPORT_PREFIX}/include/MemoryModel/AbstractPointsToDS.h" "${_IMPORT_PREFIX}/include/MemoryModel/AccessPath.h" "${_IMPORT_PREFIX}/include/MemoryModel/ConditionalPT.h" "${_IMPORT_PREFIX}/include/MemoryModel/MutablePointsToDS.h" "${_IMPORT_PREFIX}/include/MemoryModel/PersistentPointsToCache.h" "${_IMPORT_PREFIX}/include/MemoryModel/PersistentPointsToDS.h" "${_IMPORT_PREFIX}/include/MemoryModel/PointerAnalysis.h" "${_IMPORT_PREFIX}/include/MemoryModel/PointerAnalysisImpl.h" "${_IMPORT_PREFIX}/include/MemoryModel/PointsTo.h" "${_IMPORT_PREFIX}/include/MemoryModel/SVFLoop.h" "${_IMPORT_PREFIX}/include/SABER/DoubleFreeChecker.h" "${_IMPORT_PREFIX}/include/SABER/FileChecker.h" "${_IMPORT_PREFIX}/include/SABER/LeakChecker.h" "${_IMPORT_PREFIX}/include/SABER/ProgSlice.h" "${_IMPORT_PREFIX}/include/SABER/SaberCheckerAPI.h" "${_IMPORT_PREFIX}/include/SABER/SaberCondAllocator.h" "${_IMPORT_PREFIX}/include/SABER/SaberSVFGBuilder.h" "${_IMPORT_PREFIX}/include/SABER/SrcSnkDDA.h" "${_IMPORT_PREFIX}/include/SABER/SrcSnkSolver.h" "${_IMPORT_PREFIX}/include/SVFIR/ObjTypeInfo.h" "${_IMPORT_PREFIX}/include/SVFIR/PAGBuilderFromFile.h" "${_IMPORT_PREFIX}/include/SVFIR/SVFIR.h" "${_IMPORT_PREFIX}/include/SVFIR/SVFStatements.h" "${_IMPORT_PREFIX}/include/SVFIR/SVFType.h" "${_IMPORT_PREFIX}/include/SVFIR/SVFValue.h" "${_IMPORT_PREFIX}/include/SVFIR/SVFVariables.h" "${_IMPORT_PREFIX}/include/Util/Annotator.h" "${_IMPORT_PREFIX}/include/Util/BitVector.h" "${_IMPORT_PREFIX}/include/Util/CDGBuilder.h" "${_IMPORT_PREFIX}/include/Util/CallGraphBuilder.h" "${_IMPORT_PREFIX}/include/Util/Casting.h" "${_IMPORT_PREFIX}/include/Util/CommandLine.h" "${_IMPORT_PREFIX}/include/Util/CoreBitVector.h" "${_IMPORT_PREFIX}/include/Util/CxtStmt.h" "${_IMPORT_PREFIX}/include/Util/DPItem.h" "${_IMPORT_PREFIX}/include/Util/ExtAPI.h" "${_IMPORT_PREFIX}/include/Util/GeneralType.h" "${_IMPORT_PREFIX}/include/Util/GraphReachSolver.h" "${_IMPORT_PREFIX}/include/Util/NodeIDAllocator.h" "${_IMPORT_PREFIX}/include/Util/Options.h" "${_IMPORT_PREFIX}/include/Util/PTAStat.h" "${_IMPORT_PREFIX}/include/Util/SVFBugReport.h" "${_IMPORT_PREFIX}/include/Util/SVFLoopAndDomInfo.h" "${_IMPORT_PREFIX}/include/Util/SVFStat.h" "${_IMPORT_PREFIX}/include/Util/SVFUtil.h" "${_IMPORT_PREFIX}/include/Util/SparseBitVector.h" "${_IMPORT_PREFIX}/include/Util/ThreadAPI.h" "${_IMPORT_PREFIX}/include/Util/WorkList.h" "${_IMPORT_PREFIX}/include/Util/Z3Expr.h" "${_IMPORT_PREFIX}/include/Util/cJSON.h" "${_IMPORT_PREFIX}/include/Util/iterator.h" "${_IMPORT_PREFIX}/include/Util/iterator_range.h" "${_IMPORT_PREFIX}/include/WPA/Andersen.h" "${_IMPORT_PREFIX}/include/WPA/AndersenPWC.h" "${_IMPORT_PREFIX}/include/WPA/CSC.h" "${_IMPORT_PREFIX}/include/WPA/FlowSensitive.h" "${_IMPORT_PREFIX}/include/WPA/Steensgaard.h" "${_IMPORT_PREFIX}/include/WPA/TypeAnalysis.h" "${_IMPORT_PREFIX}/include/WPA/VersionedFlowSensitive.h" "${_IMPORT_PREFIX}/include/WPA/WPAFSSolver.h" "${_IMPORT_PREFIX}/include/WPA/WPAPass.h" "${_IMPORT_PREFIX}/include/WPA/WPASolver.h" "${_IMPORT_PREFIX}/include/WPA/WPAStat.h"
|
|
85
85
|
)
|
|
86
86
|
else()
|
|
87
87
|
set_property(TARGET SVF::SvfCore
|
|
88
88
|
APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
|
|
89
|
-
"${_IMPORT_PREFIX}/include
|
|
89
|
+
"${_IMPORT_PREFIX}/include"
|
|
90
90
|
)
|
|
91
91
|
endif()
|
|
92
92
|
|
|
@@ -102,13 +102,13 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
|
|
|
102
102
|
INTERFACE
|
|
103
103
|
FILE_SET "HEADERS"
|
|
104
104
|
TYPE "HEADERS"
|
|
105
|
-
BASE_DIRS "${_IMPORT_PREFIX}/include
|
|
106
|
-
FILES "${_IMPORT_PREFIX}/include/SVF
|
|
105
|
+
BASE_DIRS "${_IMPORT_PREFIX}/include"
|
|
106
|
+
FILES "${_IMPORT_PREFIX}/include/SVF-LLVM/BasicTypes.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/BreakConstantExpr.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/CHGBuilder.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/CppUtil.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/DCHG.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/GEPTypeBridgeIterator.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/ICFGBuilder.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/LLVMLoopAnalysis.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/LLVMModule.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/LLVMUtil.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/ObjTypeInference.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/SVFIRBuilder.h" "${_IMPORT_PREFIX}/include/SVF-LLVM/SymbolTableBuilder.h"
|
|
107
107
|
)
|
|
108
108
|
else()
|
|
109
109
|
set_property(TARGET SVF::SvfLLVM
|
|
110
110
|
APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
|
|
111
|
-
"${_IMPORT_PREFIX}/include
|
|
111
|
+
"${_IMPORT_PREFIX}/include"
|
|
112
112
|
)
|
|
113
113
|
endif()
|
|
114
114
|
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Start:
|
|
2
|
-
V
|
|
3
|
-
Terminal:
|
|
4
|
-
addr copy store load gep vgep
|
|
5
|
-
Productions:
|
|
6
|
-
F -> epsilon | F copy | addr Memflow | F store V load | store Memflow load | F F;
|
|
7
|
-
Fbar -> epsilon | copybar Fbar | Memflowbar addrbar | loadbar V storebar Fbar | loadbar Memflowbar storebar;
|
|
8
|
-
V -> Fbar V F | addrbar addr | gepbar_i V gep_i | gepbarpath V gep_0 | gepbar_i F gep_i | gepbar_i Fbar gep_i;
|
|
9
|
-
copy -> vgep;
|
|
10
|
-
copybar -> vgepbar;
|
|
11
|
-
gep_1 -> gep_0 F vgep | gep_0 F gep_1;
|
|
12
|
-
gepbar_1 -> gepbar_1 Fbar gepbar_0 | vgepbar Fbar gepbar_0;
|
|
13
|
-
gepbarpath -> gepbar_0 gepbar_0 | gepbarpath gepbar_0;
|
|
14
|
-
Memflow -> load store | Fbar Memflow | F Memflow Fbar | gep_i Memflow gepbar_i | gepbar_i Memflow gep_i;
|
|
15
|
-
Memflowbar -> storebar loadbar | Memflowbar F | F Memflowbar Fbar | gep_i Memflowbar gepbar_i | gepbar_i Memflowbar gep_i;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Start:
|
|
2
|
-
V
|
|
3
|
-
Terminal:
|
|
4
|
-
addr copy store load gep
|
|
5
|
-
Productions:
|
|
6
|
-
F -> ( copy M ? ) *;
|
|
7
|
-
Fbar -> ( M ? copybar ) *;
|
|
8
|
-
M -> addr V addrbar;
|
|
9
|
-
V -> Fbar V F | gepbar_i V gep_i | M | epsilon | gepbar_i Memcpy gep_i | gep_i Memcpy gepbar_i | ArrayPath V gep_0;
|
|
10
|
-
ArrayPath -> gepbar_0 gepbar_0 | ArrayPath gepbar_0;
|
|
11
|
-
Memcpy -> addrbar V addr | gep_i Memcpy gepbar_i | F Memcpy Fbar;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Copyright:
|
|
2
|
-
* fastcluster_dm.cpp & fastcluster_R_dm.cpp:
|
|
3
|
-
© 2011 Daniel Müllner <http://danifold.net>
|
|
4
|
-
* fastcluster.(h|cpp) & demo.cpp & plotresult.r:
|
|
5
|
-
© 2018 Christoph Dalitz <http://www.hsnr.de/ipattern/>
|
|
6
|
-
All rights reserved.
|
|
7
|
-
|
|
8
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
9
|
-
|
|
10
|
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
11
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
12
|
-
|
|
13
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{AE → SVF/AE}/Svfexe/AbstractInterpretation.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{FastCluster → SVF/FastCluster}/fastcluster.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AbstractPointsToDS.h
RENAMED
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/AccessPath.h
RENAMED
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/ConditionalPT.h
RENAMED
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/MutablePointsToDS.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{MemoryModel → SVF/MemoryModel}/PointerAnalysis.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/BreakConstantExpr.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/GEPTypeBridgeIterator.h
RENAMED
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/LLVMLoopAnalysis.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/ObjTypeInference.h
RENAMED
|
File without changes
|
|
File without changes
|
/package/SVF-linux-x86_64/Release-build/include/{SVF-LLVM → SVF/SVF-LLVM}/SymbolTableBuilder.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|