/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 49 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()
|
D | OrcCBindings.cpp | 85 J.removeModule(H); in LLVMOrcRemoveModule()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 102 bool removeModule(Module *M) { in removeModule() function 221 bool removeModule(Module *M) override;
|
D | MCJIT.cpp | 109 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT 111 return OwnedModules.removeModule(M); in removeModule()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 210 void removeModule(Module*);
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 62 void removeModule(ModuleHandleT H) { in removeModule() function
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 147 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
|
D | Module.cpp | 57 Context.removeModule(this); in ~Module()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 204 virtual bool removeModule(Module *M);
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 259 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
|
D | ExecutionEngine.cpp | 143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 596 TheJIT->removeModule(H); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 1191 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/ |
D | toy.cpp | 1203 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/ |
D | toy.cpp | 1194 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/ |
D | toy.cpp | 1210 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT 1359 J.removeModule(H); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 870 TheJIT->removeModule(H); in HandleTopLevelExpression()
|
/external/llvm/docs/tutorial/ |
D | LangImpl4.rst | 251 available for execution; ``removeModule`` removes a module, freeing any 280 TheJIT->removeModule(H);
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 988 TheJIT->removeModule(H); in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 1154 TheJIT->removeModule(H); in HandleTopLevelExpression()
|