search for: makedispatcherpass

Displaying 1 result from an estimated 1 matches for "makedispatcherpass".

2006 May 17
0
[LLVMdev] Obfuscation with LLVM
...be helpful to somebody. I am newbie with LLVM and am sure there are a lot of bugs in current implementation, but I have tested it with complex enough C-program and in my case it worked. Sorry for the poor English and grammar. Regards, Evgeny Podlepaev --------------------------------------------- MakeDispatcherPass.h--------------------------------------------- #include <map> #include <string> #include "llvm/Pass.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h" #include "llvm/Instructions.h" using namespace llvm; class MakeDispatcherPass : publ...