HomeSort by relevance Sort by last modified time
    Searched refs:LLVMRemoveModule (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
ExecutionEngine.h 151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
154 /** Deprecated: Use LLVMRemoveModule instead. */
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 290 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
302 return LLVMRemoveModule(EE, reinterpret_cast<LLVMModuleRef>(MP), OutMod,
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 220 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error))

Completed in 192 milliseconds