Home
last modified time | relevance | path

Searched refs:LLVMRunPassManager (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h4175 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2352 return Val_bool(LLVMRunPassManager(PM, M)); in llvm_passmanager_run_module()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp4081 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M) { in LLVMRunPassManager() function