HomeSort by relevance Sort by last modified time
    Searched refs:removeModule (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/
LLVMContext.h 98 /// removeModule - Unregister a module from this context.
99 void removeModule(Module*);
101 // Module needs access to the add/removeModule methods.
  /external/llvm/lib/VMCore/
LLVMContext.cpp 63 void LLVMContext::removeModule(Module *M) {
Module.cpp 53 Context.removeModule(this);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 111 /// removeModule - Remove a Module from the list of modules. Returns true if
113 virtual bool removeModule(Module *M);
JIT.cpp 357 /// removeModule - If we are removing the last Module, invalidate the jitstate
359 bool JIT::removeModule(Module *M) {
360 bool result = ExecutionEngine::removeModule(M);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 215 unwrap(EE)->removeModule(Mod);
ExecutionEngine.cpp 119 bool ExecutionEngine::removeModule(Module *M) {
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 218 /// removeModule - Remove a Module from the list of modules. Returns true if
220 virtual bool removeModule(Module *M);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 441 TheJIT->removeModule(M);

Completed in 528 milliseconds