Home
last modified time | relevance | path

Searched refs:OwnedModules (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp89 OwnedModules.addModule(std::move(First)); in MCJIT()
111 OwnedModules.addModule(std::move(M)); in addModule()
116 return OwnedModules.removeModule(M); in removeModule()
194 assert(OwnedModules.ownsModule(M) && in generateCodeForModule()
235 OwnedModules.markModuleAsLoaded(M); in generateCodeForModule()
264 for (auto M : OwnedModules.added()) in finalizeObject()
458 isDtors, OwnedModules.begin_added(), OwnedModules.end_added()); in runStaticConstructorsDestructors()
460 isDtors, OwnedModules.begin_loaded(), OwnedModules.end_loaded()); in runStaticConstructorsDestructors()
462 isDtors, OwnedModules.begin_finalized(), OwnedModules.end_finalized()); in runStaticConstructorsDestructors()
491 FnName, OwnedModules.begin_added(), OwnedModules.end_added()); in FindFunctionNamed()
[all …]
H A DMCJIT.h178 OwningModuleContainer OwnedModules; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.cpp59 while (!OwnedModules.empty()) in ~LLVMContextImpl()
60 delete *OwnedModules.begin(); in ~LLVMContextImpl()
H A DLLVMContext.cpp106 pImpl->OwnedModules.insert(M); in addModule()
110 pImpl->OwnedModules.erase(M); in removeModule()
H A DLLVMContextImpl.h1358 SmallPtrSet<Module *, 4> OwnedModules;