Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp88 OwnedModules.addModule(std::move(First)); in MCJIT()
110 OwnedModules.addModule(std::move(M)); in addModule()
115 return OwnedModules.removeModule(M); in removeModule()
193 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.h185 OwningModuleContainer OwnedModules; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp46 while (!OwnedModules.empty()) in ~LLVMContextImpl()
47 delete *OwnedModules.begin(); in ~LLVMContextImpl()
H A DLLVMContext.cpp103 pImpl->OwnedModules.insert(M); in addModule()
107 pImpl->OwnedModules.erase(M); in removeModule()
H A DLLVMContextImpl.h1328 SmallPtrSet<Module*, 4> OwnedModules;