Home
last modified time | relevance | path

Searched defs:removeModule (Results 1 – 9 of 9) sorted by relevance

/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h62 void removeModule(ModuleHandleT H) { in removeModule() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h102 bool removeModule(Module *M) { in removeModule() function
DMCJIT.cpp109 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/external/llvm/lib/IR/
DLLVMContext.cpp147 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1191 void removeModule(ModuleHandleT H) { CompileLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1203 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1194 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1210 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } in removeModule() function in KaleidoscopeJIT