Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp103 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h136 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp101 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp125 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine