Go to the source code of this file.
◆ main()
Definition at line 33 of file mta.cpp.
34{
35
38 argc,
argv,
"MTA Analysis",
"[options] <input-bitcode...>"
39 );
40
42 {
44 }
45
49
50
53
55
56
57 return 0;
58}
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)
virtual bool runOnModule(SVFIR *module)
We start the pass here.
static const Option< std::string > WriteAnder
llvm::IRBuilder IRBuilder