8 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_SELECT_FUNCTIONS_SELECT_FUNCTIONS_H
9 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_SELECT_FUNCTIONS_SELECT_FUNCTIONS_H
11 #include <llvm/IR/Module.h>
12 #include <llvm/Pass.h>
28 bool run(llvm::Module& M);
Config DB provider for bin2llvmirl.
Definition: select_functions.h:20
static char ID
Definition: select_functions.h:22
bool runOnModuleCustom(llvm::Module &M, Config *c)
Definition: select_functions.cpp:43
Config * _config
Definition: select_functions.h:31
SelectFunctions()
Definition: select_functions.cpp:31
bool run(llvm::Module &M)
Definition: select_functions.cpp:49
virtual bool runOnModule(llvm::Module &M) override
Definition: select_functions.cpp:37
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19