Home
last modified time | relevance | path

Searched refs:remove_module (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup.sh67 remove_module() function
74 remove_module
101 remove_module
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dexecutionengine.ml97 (* remove_module *)
98 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee);
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml93 (* remove_module *)
94 remove_module m2 ee;
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli58 (** [remove_module m ee] removes the module [m] from the execution engine
60 val remove_module : Llvm.llmodule -> llexecutionengine -> unit val
Dllvm_executionengine.ml38 external remove_module : Llvm.llmodule -> llexecutionengine -> unit
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli117 (** [remove_module m ee] removes the module [m] from the execution engine
120 val remove_module : Llvm.llmodule -> t -> Llvm.llmodule val
Dllvm_executionengine.ml69 external remove_module: Llvm.llmodule -> t -> Llvm.llmodule
/external/python/cpython2/Python/
Dimport.c676 remove_module(const char *name) in remove_module() function
748 remove_module(name); in PyImport_ExecCodeModuleEx()