HomeSort by: relevance | last modified time | path
    Searched refs:removeModule (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 99 bool removeModule(Module *M) {
218 bool removeModule(Module *M) override;
MCJIT.cpp 79 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
113 bool MCJIT::removeModule(Module *M) {
115 return OwnedModules.removeModule(M);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 309 // Module needs access to the add/removeModule methods.
316 /// removeModule - Unregister a module from this context.
317 void removeModule(Module*);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 199 /// removeModule - Removes a Module from the list of modules, but does not
205 virtual bool removeModule(Module *M);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 106 void LLVMContext::removeModule(Module *M) {
Module.cpp 82 Context.removeModule(this);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 264 unwrap(EE)->removeModule(Mod);
ExecutionEngine.cpp 140 bool ExecutionEngine::removeModule(Module *M) {

Completed in 69 milliseconds