Home
last modified time | relevance | path

Searched refs:removeModule (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h49 virtual void removeModule() = 0; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
63 void removeModule() override { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
228 void removeModule(ModuleHandleT H) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
229 GenericHandles[H]->removeModule(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcCBindings.cpp85 J.removeModule(H); in LLVMOrcRemoveModule()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h102 bool removeModule(Module *M) { in removeModule() function
221 bool removeModule(Module *M) override;
DMCJIT.cpp109 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
111 return OwnedModules.removeModule(M); in removeModule()
/external/llvm/include/llvm/IR/
DLLVMContext.h210 void removeModule(Module*);
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h62 void removeModule(ModuleHandleT H) { in removeModule() function
/external/llvm/lib/IR/
DLLVMContext.cpp147 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
DModule.cpp57 Context.removeModule(this); in ~Module()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h204 virtual bool removeModule(Module *M);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp259 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
DExecutionEngine.cpp143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp596 TheJIT->removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1191 void removeModule(ModuleHandleT H) { CompileLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
1254 J.removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1203 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
1289 J.removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1194 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
1258 J.removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1210 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
1359 J.removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp870 TheJIT->removeModule(H); in HandleTopLevelExpression()
/external/llvm/docs/tutorial/
DLangImpl4.rst251 available for execution; ``removeModule`` removes a module, freeing any
280 TheJIT->removeModule(H);
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp988 TheJIT->removeModule(H); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1154 TheJIT->removeModule(H); in HandleTopLevelExpression()