Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h102 void removeModule(Module*);
/external/llvm/lib/IR/
DLLVMContext.cpp73 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
DModule.cpp53 Context.removeModule(this); in ~Module()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h113 virtual bool removeModule(Module *M);
DJIT.cpp359 bool JIT::removeModule(Module *M) { in removeModule() function in JIT
360 bool result = ExecutionEngine::removeModule(M); in removeModule()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp215 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
DExecutionEngine.cpp119 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h220 virtual bool removeModule(Module *M);
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp493 TheJIT->removeModule(M); in TEST_F()