Searched defs:removeModule (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h102 bool removeModule(Module *M) { function in class:llvm::MCJIT::OwningModuleContainer
216 bool removeModule(Module *M) override;
H A DMCJIT.cpp81 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
109 bool MCJIT::removeModule(Module *M) { function in class:MCJIT
111 return OwnedModules.removeModule(M);
/external/llvm/lib/IR/
H A DLLVMContext.cpp103 void LLVMContext::removeModule(Module *M) { function in class:LLVMContext
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp134 bool ExecutionEngine::removeModule(Module *M) { function in class:ExecutionEngine
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp1214 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } function in class:KaleidoscopeJIT
1359 J.removeModule(H);
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp1193 void removeModule(ModuleHandleT H) { CompileLayer.removeModuleSet(H); } function in class:KaleidoscopeJIT
1257 J.removeModule(H);
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp1196 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } function in class:KaleidoscopeJIT
1261 J.removeModule(H);
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp1205 void removeModule(ModuleHandleT H) { LazyEmitLayer.removeModuleSet(H); } function in class:KaleidoscopeJIT
1292 J.removeModule(H);

Completed in 387 milliseconds