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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DLLVMContext.h100 /// removeModule - Unregister a module from this context.
101 void removeModule(Module*);
103 // Module needs access to the add/removeModule methods.
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContext.cpp68 void LLVMContext::removeModule(Module *M) { function in class:LLVMContext
H A DModule.cpp53 Context.removeModule(this);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.h111 /// removeModule - Remove a Module from the list of modules. Returns true if
113 virtual bool removeModule(Module *M);
H A DJIT.cpp357 /// removeModule - If we are removing the last Module, invalidate the jitstate
359 bool JIT::removeModule(Module *M) { function in class:JIT
360 bool result = ExecutionEngine::removeModule(M);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp215 unwrap(EE)->removeModule(Mod);
H A DExecutionEngine.cpp119 bool ExecutionEngine::removeModule(Module *M) { function in class:ExecutionEngine
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ExecutionEngine/
H A DExecutionEngine.h218 /// removeModule - Remove a Module from the list of modules. Returns true if
220 virtual bool removeModule(Module *M);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp441 TheJIT->removeModule(M);

Completed in 89 milliseconds