Searched refs:LLVMModule (Results 1 – 2 of 2) sorted by relevance
52 android::spirit::Pass* CreateWrapperPass(const llvm::Module &LLVMModule);
423 android::spirit::Pass* CreateWrapperPass(const llvm::Module &LLVMModule) { in CreateWrapperPass() argument424 return new android::spirit::WrapperPass(LLVMModule); in CreateWrapperPass()