Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
H A DIRCompileLayer.h92 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
H A DLazyEmittingLayer.h214 Error removeModule(VModuleKey K) { in removeModule() function
H A DCompileOnDemandLayer.h309 Error removeModule(VModuleKey K) { in removeModule() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h101 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp112 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp107 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h347 Error removeModule(orc::VModuleKey K) { in removeModule() function
H A DOrcMCJITReplacement.h318 bool removeModule(Module *M) override { in removeModule() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp144 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine