aboutsummaryrefslogtreecommitdiff
path: root/devel/phasar/pkg-plist
blob: f4af43f0f818aa51eec7299bd7d9e598e983aa59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
bin/DB/phasar-create-db-scheme.sql
bin/DB/phasar-sql2cpp.py
bin/myphasartool
bin/phasar-cli
bin/phasar-compile2llvmIR.py
bin/phasar-mkconfig.sh
bin/phasar-plot-pamm.py
%%ETCDIR%%/DOTGraphConfig.json
%%ETCDIR%%/README.txt
%%ETCDIR%%/TaintConfigSchema.json
%%ETCDIR%%/glibc_function_list_v1-04.05.17.conf
%%ETCDIR%%/llvm_intrinsics_function_list_v1-04.05.17.conf
%%ETCDIR%%/phasar-source-sink-function.json
include/phasar.h
include/phasar/AnalysisStrategy.h
include/phasar/AnalysisStrategy/AnalysisSetup.h
include/phasar/AnalysisStrategy/DemandDrivenAnalysis.h
include/phasar/AnalysisStrategy/IncrementalUpdateAnalysis.h
include/phasar/AnalysisStrategy/ModuleWiseAnalysis.h
include/phasar/AnalysisStrategy/Strategies.def
include/phasar/AnalysisStrategy/Strategies.h
include/phasar/AnalysisStrategy/VariationalAnalysis.h
include/phasar/Config.h
include/phasar/Config/Configuration.h
include/phasar/Config/Version.h
include/phasar/Config/phasar-config.h
include/phasar/ControlFlow.h
include/phasar/ControlFlow/CFGBase.h
include/phasar/ControlFlow/CallGraph.h
include/phasar/ControlFlow/CallGraphAnalysisType.def
include/phasar/ControlFlow/CallGraphAnalysisType.h
include/phasar/ControlFlow/CallGraphBase.h
include/phasar/ControlFlow/ICFGBase.h
include/phasar/ControlFlow/SpecialMemberFunctionType.def
include/phasar/ControlFlow/SpecialMemberFunctionType.h
include/phasar/Controller.h
include/phasar/Controller/AnalysisController.h
include/phasar/Controller/AnalysisControllerEmitterOptions.h
include/phasar/DB.h
include/phasar/DB/Hexastore.h
include/phasar/DB/ProjectIRDBBase.h
include/phasar/DB/Queries.h
include/phasar/DataFlow.h
include/phasar/DataFlow/IfdsIde/DefaultEdgeFunctionSingletonCache.h
include/phasar/DataFlow/IfdsIde/EdgeFunction.h
include/phasar/DataFlow/IfdsIde/EdgeFunctionSingletonCache.h
include/phasar/DataFlow/IfdsIde/EdgeFunctionStats.h
include/phasar/DataFlow/IfdsIde/EdgeFunctionUtils.h
include/phasar/DataFlow/IfdsIde/EdgeFunctions.h
include/phasar/DataFlow/IfdsIde/EntryPointUtils.h
include/phasar/DataFlow/IfdsIde/FlowFunctions.h
include/phasar/DataFlow/IfdsIde/IDETabulationProblem.h
include/phasar/DataFlow/IfdsIde/IFDSIDESolverConfig.h
include/phasar/DataFlow/IfdsIde/IFDSTabulationProblem.h
include/phasar/DataFlow/IfdsIde/InitialSeeds.h
include/phasar/DataFlow/IfdsIde/Solver/ESGEdgeKind.h
include/phasar/DataFlow/IfdsIde/Solver/FlowEdgeFunctionCache.h
include/phasar/DataFlow/IfdsIde/Solver/IDESolver.h
include/phasar/DataFlow/IfdsIde/Solver/IDESolverAPIMixin.h
include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h
include/phasar/DataFlow/IfdsIde/Solver/JumpFunctions.h
include/phasar/DataFlow/IfdsIde/Solver/PathAwareIDESolver.h
include/phasar/DataFlow/IfdsIde/Solver/PathEdge.h
include/phasar/DataFlow/IfdsIde/SolverResults.h
include/phasar/DataFlow/IfdsIde/SpecialSummaries.h
include/phasar/DataFlow/Mono/Contexts/CallStringCTX.h
include/phasar/DataFlow/Mono/InterMonoProblem.h
include/phasar/DataFlow/Mono/IntraMonoProblem.h
include/phasar/DataFlow/Mono/Solver/InterMonoSolver.h
include/phasar/DataFlow/Mono/Solver/IntraMonoSolver.h
include/phasar/DataFlow/PathSensitivity/ExplodedSuperGraph.h
include/phasar/DataFlow/PathSensitivity/FlowPath.h
include/phasar/DataFlow/PathSensitivity/PathSensitivityConfig.h
include/phasar/DataFlow/PathSensitivity/PathSensitivityManager.h
include/phasar/DataFlow/PathSensitivity/PathSensitivityManagerBase.h
include/phasar/DataFlow/PathSensitivity/PathSensitivityManagerMixin.h
include/phasar/DataFlow/PathSensitivity/PathTracingFilter.h
include/phasar/Domain.h
include/phasar/Domain/AnalysisDomain.h
include/phasar/Domain/BinaryDomain.h
include/phasar/Domain/LatticeDomain.h
include/phasar/PhasarClang.h
include/phasar/PhasarClang/ClangController.h
include/phasar/PhasarClang/RandomChangeASTConsumer.h
include/phasar/PhasarClang/RandomChangeFrontendAction.h
include/phasar/PhasarClang/RandomChangeVisitor.h
include/phasar/PhasarLLVM.h
include/phasar/PhasarLLVM/ControlFlow.h
include/phasar/PhasarLLVM/ControlFlow/LLVMBasedBackwardCFG.h
include/phasar/PhasarLLVM/ControlFlow/LLVMBasedBackwardICFG.h
include/phasar/PhasarLLVM/ControlFlow/LLVMBasedCFG.h
include/phasar/PhasarLLVM/ControlFlow/LLVMBasedICFG.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/CHAResolver.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/DTAResolver.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/NOResolver.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/OTFResolver.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/RTAResolver.h
include/phasar/PhasarLLVM/ControlFlow/Resolver/Resolver.h
include/phasar/PhasarLLVM/DB.h
include/phasar/PhasarLLVM/DB/LLVMProjectIRDB.h
include/phasar/PhasarLLVM/DataFlow.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/BranchSwitchInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/CallToRetFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/CheckOperandsFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/FlowFunctionBase.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/GEPInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/GenerateFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/IdentityFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/MapTaintedValuesToCallee.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/MapTaintedValuesToCaller.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/MemSetInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/MemTransferInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/PHINodeFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/ReturnInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/StoreInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/VAEndInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/VAStartInstFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/LcovRetValWriter.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/LcovWriter.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/LineNumberEntry.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/LineNumberWriter.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/TraceStats.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Stats/TraceStatsWriter.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Utils/DataFlowUtils.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Utils/ExtendedValue.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/IFDSFieldSensTaintAnalysis/Utils/Log.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/LLVMFlowFunctions.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/LLVMSolverResults.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/LLVMZeroValue.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/AbstractMemoryLocation.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/AbstractMemoryLocationFactory.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/AllSanitized.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/ComposeEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/EdgeDomain.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/GenEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/Helpers.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/KillIfSanitizedEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/TransferEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/XTaintAnalysisBase.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/ExtendedTaintAnalysis/XTaintEdgeFunctionBase.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEExtendedTaintAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/AllBot.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/BinaryEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/ConstantHelper.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/EdgeValue.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/EdgeValueSet.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/GenConstant.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/IDEGeneralizedLCA.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/IDEGeneralizedLCADomain.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/LCAEdgeFunctionComposer.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/MapFactsToCalleeFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/MapFactsToCallerFlowFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEGeneralizedLCA/TypecastEdgeFunction.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEInstInteractionAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDELinearConstantAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEProtoAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDESecureHeapPropagation.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDESolverTest.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDETypeStateAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSConstAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSFieldSensTaintAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSProtoAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSSignAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSSolverTest.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSTaintAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSTypeAnalysis.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IFDSUninitializedVariables.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/CSTDFILEIOTypeStateDescription.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/OpenSSLEVPKDFCTXDescription.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/OpenSSLEVPKDFDescription.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/OpenSSLSecureHeapDescription.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/OpenSSLSecureMemoryDescription.h
include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/TypeStateDescriptions/TypeStateDescription.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/InterMonoFullConstantPropagation.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/InterMonoSolverTest.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/InterMonoTaintAnalysis.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/IntraMonoFullConstantPropagation.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/IntraMonoSolverTest.h
include/phasar/PhasarLLVM/DataFlow/Mono/Problems/IntraMonoUninitVariables.h
include/phasar/PhasarLLVM/DataFlow/PathSensitivity/LLVMPathConstraints.h
include/phasar/PhasarLLVM/DataFlow/PathSensitivity/Z3BasedPathSensitivityConfig.h
include/phasar/PhasarLLVM/DataFlow/PathSensitivity/Z3BasedPathSensitvityManager.h
include/phasar/PhasarLLVM/Domain.h
include/phasar/PhasarLLVM/Domain/LLVMAnalysisDomain.h
include/phasar/PhasarLLVM/HelperAnalyses.h
include/phasar/PhasarLLVM/HelperAnalysisConfig.h
include/phasar/PhasarLLVM/Passes.h
include/phasar/PhasarLLVM/Passes/ExampleModulePass.h
include/phasar/PhasarLLVM/Passes/GeneralStatisticsAnalysis.h
include/phasar/PhasarLLVM/Passes/ValueAnnotationPass.h
include/phasar/PhasarLLVM/Pointer.h
include/phasar/PhasarLLVM/Pointer/LLVMAliasGraph.h
include/phasar/PhasarLLVM/Pointer/LLVMAliasInfo.h
include/phasar/PhasarLLVM/Pointer/LLVMAliasSet.h
include/phasar/PhasarLLVM/Pointer/LLVMBasedAliasAnalysis.h
include/phasar/PhasarLLVM/Pointer/LLVMPointsToUtils.h
include/phasar/PhasarLLVM/Pointer/TypeGraphs/CachedTypeGraph.h
include/phasar/PhasarLLVM/Pointer/TypeGraphs/LazyTypeGraph.h
include/phasar/PhasarLLVM/Pointer/TypeGraphs/TypeGraph.h
include/phasar/PhasarLLVM/SimpleAnalysisConstructor.h
include/phasar/PhasarLLVM/TaintConfig.h
include/phasar/PhasarLLVM/TaintConfig/LLVMTaintConfig.h
include/phasar/PhasarLLVM/TaintConfig/TaintConfigBase.h
include/phasar/PhasarLLVM/TaintConfig/TaintConfigData.h
include/phasar/PhasarLLVM/TaintConfig/TaintConfigUtilities.h
include/phasar/PhasarLLVM/TypeHierarchy.h
include/phasar/PhasarLLVM/TypeHierarchy/DIBasedTypeHierarchy.h
include/phasar/PhasarLLVM/TypeHierarchy/LLVMTypeHierarchy.h
include/phasar/PhasarLLVM/TypeHierarchy/LLVMVFTable.h
include/phasar/PhasarLLVM/Utils.h
include/phasar/PhasarLLVM/Utils/Annotation.h
include/phasar/PhasarLLVM/Utils/BasicBlockOrdering.h
include/phasar/PhasarLLVM/Utils/DataFlowAnalysisType.def
include/phasar/PhasarLLVM/Utils/DataFlowAnalysisType.h
include/phasar/PhasarLLVM/Utils/LLVMBasedContainerConfig.h
include/phasar/PhasarLLVM/Utils/LLVMCXXShorthands.h
include/phasar/PhasarLLVM/Utils/LLVMIRToSrc.h
include/phasar/PhasarLLVM/Utils/LLVMShorthands.h
include/phasar/PhasarLLVM/Utils/LLVMSourceManager.h
include/phasar/PhasarLLVM/Utils/SourceMgrPrinter.h
include/phasar/PhasarPass.h
include/phasar/PhasarPass/Options.h
include/phasar/PhasarPass/PhasarPass.h
include/phasar/PhasarPass/PhasarPrinterPass.h
include/phasar/PhasarPass/RegisterPasses.h
include/phasar/Pointer.h
include/phasar/Pointer/AliasAnalysisType.def
include/phasar/Pointer/AliasAnalysisType.h
include/phasar/Pointer/AliasInfo.h
include/phasar/Pointer/AliasInfoBase.h
include/phasar/Pointer/AliasInfoTraits.h
include/phasar/Pointer/AliasResult.def
include/phasar/Pointer/AliasResult.h
include/phasar/Pointer/AliasSetOwner.h
include/phasar/Pointer/PointsToInfo.h
include/phasar/Pointer/PointsToInfoBase.h
include/phasar/TypeHierarchy.h
include/phasar/TypeHierarchy/TypeHierarchy.h
include/phasar/TypeHierarchy/VFTable.h
include/phasar/Utils.h
include/phasar/Utils/AdjacencyList.h
include/phasar/Utils/AnalysisPrinterBase.h
include/phasar/Utils/AnalysisProperties.h
include/phasar/Utils/Average.h
include/phasar/Utils/BitVectorSet.h
include/phasar/Utils/BoxedPointer.h
include/phasar/Utils/ByRef.h
include/phasar/Utils/ChronoUtils.h
include/phasar/Utils/DFAMinimizer.h
include/phasar/Utils/DOTGraph.h
include/phasar/Utils/DebugOutput.h
include/phasar/Utils/DefaultAnalysisPrinter.h
include/phasar/Utils/DefaultValue.h
include/phasar/Utils/EnumFlags.h
include/phasar/Utils/EquivalenceClassMap.h
include/phasar/Utils/ErrorHandling.h
include/phasar/Utils/GraphTraits.h
include/phasar/Utils/IO.h
include/phasar/Utils/IotaIterator.h
include/phasar/Utils/JoinLattice.h
include/phasar/Utils/Logger.h
include/phasar/Utils/MaybeUniquePtr.h
include/phasar/Utils/MemoryResource.h
include/phasar/Utils/NlohmannLogging.h
include/phasar/Utils/NullAnalysisPrinter.h
include/phasar/Utils/Nullable.h
include/phasar/Utils/OnTheFlyAnalysisPrinter.h
include/phasar/Utils/PAMM.h
include/phasar/Utils/PAMMMacros.h
include/phasar/Utils/Printer.h
include/phasar/Utils/RepeatIterator.h
include/phasar/Utils/SeverityLevel.def
include/phasar/Utils/Soundness.def
include/phasar/Utils/Soundness.h
include/phasar/Utils/StableVector.h
include/phasar/Utils/Table.h
include/phasar/Utils/Timer.h
include/phasar/Utils/TypeTraits.h
include/phasar/Utils/Utilities.h
lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorConfig.cmake
lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorConfigVersion.cmake
lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorTargets.cmake
lib/cmake/phasar/PhasarExports-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/phasar/PhasarExports.cmake
lib/cmake/phasar/phasarConfig.cmake
lib/cmake/phasar/phasarConfigVersion.cmake
lib/libnlohmann_json_schema_validator.so
lib/libnlohmann_json_schema_validator.so.2
lib/libnlohmann_json_schema_validator.so.2.2.0
lib/libphasar.so
lib/libphasar_analysis_strategy.so
lib/libphasar_clang.so
lib/libphasar_config.so
lib/libphasar_controlflow.so
lib/libphasar_controller.so
lib/libphasar_db.so
lib/libphasar_llvm.so
lib/libphasar_llvm_controlflow.so
lib/libphasar_llvm_db.so
lib/libphasar_llvm_ifdside.so
lib/libphasar_llvm_pathsensitivity.so
lib/libphasar_llvm_pointer.so
lib/libphasar_llvm_typehierarchy.so
lib/libphasar_llvm_utils.so
lib/libphasar_mono.so
lib/libphasar_pass.so
lib/libphasar_passes.so
lib/libphasar_pointer.so
lib/libphasar_taintconfig.so
lib/libphasar_utils.so
share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake
share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake
share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake
share/pkgconfig/nlohmann_json.pc