Go to the source code of this file.
◆ main()
Build SVFIR
Definition at line 41 of file wpa.cpp.
42{
45 "[options] <input-bitcode...>");
46
47
49
51 {
53 }
54 else
55 {
57 {
59 }
60
62
66
67 }
68
71
73 return 0;
74}
static std::vector< std::string > parseOptions(int argc, char *argv[], std::string description, std::string callFormat)
static void releaseLLVMModuleSet()
static void preProcessBCs(std::vector< std::string > &moduleNameVec)
static SVFModule * buildSVFModule(Module &mod)
static const Option< std::string > WriteAnder
static const Option< bool > ReadJson
static SVFIR * read(const std::string &path)
virtual void runOnModule(SVFIR *svfModule)
Run pointer analysis on SVFModule.
llvm::IRBuilder IRBuilder