Searched refs:LLVMRemoveModule (Results 1 – 4 of 4) sorted by relevance
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 78 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 131 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 153 C.LLVMRemoveModule(ee.C, m.C, &modtmp, nil)
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 256 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() function
|