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

12

/external/swiftshader/third_party/LLVM/include/llvm/
H A DLLVMContext.h95 /// removeModule - Unregister a module from this context.
96 void removeModule(Module*);
98 // Module needs access to the add/removeModule methods.
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h93 void removeModule(ModuleHandle H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h49 virtual void removeModule() = 0;
62 void removeModule() override { return Layer.removeModuleSet(Handle); }
219 void removeModule(ModuleHandleT H) { function in namespace:llvm
220 GenericHandles[H]->removeModule();
H A DOrcCBindings.cpp87 J.removeModule(H);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h103 void removeModule(ModuleHandle H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h113 void removeModule(ModuleHandle H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h75 void removeModule(ModuleHandleT H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/include/llvm/IR/
H A DLLVMContext.h247 /// removeModule - Unregister a module from this context.
248 void removeModule(Module*);
250 // Module needs access to the add/removeModule methods.
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp53 void LLVMContext::removeModule(Module *M) { function in class:LLVMContext
H A DModule.cpp53 Context.removeModule(this);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h267 // Module needs access to the add/removeModule methods.
274 /// removeModule - Unregister a module from this context.
275 void removeModule(Module*);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h101 bool removeModule(Module *M) { function in class:llvm::MCJIT::OwningModuleContainer
220 bool removeModule(Module *M) override;
H A DMCJIT.cpp82 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
116 bool MCJIT::removeModule(Module *M) { function in class:MCJIT
118 return OwnedModules.removeModule(M);
/external/swiftshader/third_party/LLVM/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.cpp355 /// removeModule - If we are removing the last Module, invalidate the jitstate
357 bool JIT::removeModule(Module *M) { function in class:JIT
358 bool result = ExecutionEngine::removeModule(M);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h194 void removeModule(ModuleHandle H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h226 void removeModule(ModuleHandle H) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/lib/IR/
H A DLLVMContext.cpp163 void LLVMContext::removeModule(Module *M) { function in class:LLVMContext
H A DModule.cpp59 Context.removeModule(this);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp217 unwrap(EE)->removeModule(Mod);
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h201 /// removeModule - Remove a Module from the list of modules. Returns true if
203 virtual bool removeModule(Module *M);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h217 /// removeModule - Remove a Module from the list of modules. Returns true if
219 virtual bool removeModule(Module *M);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp605 TheJIT->removeModule(H);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp262 unwrap(EE)->removeModule(Mod);
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp877 TheJIT->removeModule(H);

Completed in 1299 milliseconds

12