Home
last modified time | relevance | path

Searched defs:removeModule (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h99 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp113 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp106 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp140 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine