Go to the source code of this file.
◆ main()
Build SVFIR
Definition at line 40 of file wpa.cpp.
41{
44 "[options] <input-bitcode...>");
45
46
48
50 {
51 assert(
false &&
"please implement SVFIRReader::read");
52 }
53 else
54 {
56 {
58 }
59
61
65
66 }
67
70
72 return 0;
73}
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 void buildSVFModule(Module &mod)
static const Option< std::string > WriteAnder
static const Option< bool > ReadJson
virtual void runOnModule(SVFIR *svfModule)
Run pointer analysis on SVFModule.
llvm::IRBuilder IRBuilder