Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c77 LLVMModuleRef RemovedModule; in llvm_ee_remove_module() local
79 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c77 LLVMModuleRef RemovedModule; in llvm_ee_remove_module() local
79 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c215 LLVMModuleRef RemovedModule; in llvm_ee_remove_module() local
217 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
219 return RemovedModule; in llvm_ee_remove_module()