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

  /external/llvm/include/llvm/
LLVMContext.h 95 /// removeModule - Unregister a module from this context.
96 void removeModule(Module*);
98 // Module needs access to the add/removeModule methods.
  /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 355 /// removeModule - If we are removing the last Module, invalidate the jitstate
357 bool JIT::removeModule(Module *M) {
358 bool result = ExecutionEngine::removeModule(M);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 217 unwrap(EE)->removeModule(Mod);
ExecutionEngine.cpp 120 bool ExecutionEngine::removeModule(Module *M) {
    [all...]
  /external/llvm/lib/VMCore/
LLVMContext.cpp 53 void LLVMContext::removeModule(Module *M) {
Module.cpp 53 Context.removeModule(this);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 217 /// removeModule - Remove a Module from the list of modules. Returns true if
219 virtual bool removeModule(Module *M);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 429 TheJIT->removeModule(M);

Completed in 97 milliseconds