Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp86 OwnedModules.addModule(std::move(First)); in MCJIT()
108 OwnedModules.addModule(std::move(M)); in addModule()
113 return OwnedModules.removeModule(M); in removeModule()
191 assert(OwnedModules.ownsModule(M) && in generateCodeForModule()
195 if (OwnedModules.hasModuleBeenLoaded(M)) in generateCodeForModule()
233 OwnedModules.markModuleAsLoaded(M); in generateCodeForModule()
242 OwnedModules.markAllLoadedModulesAsFinalized(); in finalizeLoadedModules()
258 for (auto M : OwnedModules.added()) in finalizeObject()
271 assert(OwnedModules.ownsModule(M) && "MCJIT::finalizeModule: Unknown module."); in finalizeModule()
274 if (!OwnedModules.hasModuleBeenLoaded(M)) in finalizeModule()
[all …]
DMCJIT.h186 OwningModuleContainer OwnedModules; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp47 while (!OwnedModules.empty()) in ~LLVMContextImpl()
48 delete *OwnedModules.begin(); in ~LLVMContextImpl()
DLLVMContext.cpp86 pImpl->OwnedModules.insert(M); in addModule()
90 pImpl->OwnedModules.erase(M); in removeModule()
DLLVMContextImpl.h1246 SmallPtrSet<Module*, 4> OwnedModules;