Home
last modified time | relevance | path

Searched refs:removeModule (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h122 bool removeModule(Module *M) { in removeModule() function
230 virtual bool removeModule(Module *M);
DMCJIT.cpp97 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
99 return OwnedModules.removeModule(M); in removeModule()
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DLLVMContext.h104 void removeModule(Module*);
/freebsd-10-stable/contrib/llvm/lib/IR/
DLLVMContext.cpp73 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
DModule.cpp53 Context.removeModule(this); in ~Module()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJIT.h113 virtual bool removeModule(Module *M);
DJIT.cpp203 bool JIT::removeModule(Module *M) { in removeModule() function in JIT
204 bool result = ExecutionEngine::removeModule(M); in removeModule()
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h213 virtual bool removeModule(Module *M);
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp295 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
DExecutionEngine.cpp114 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine