Searched refs:LogicalDylibs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h300 while (!LogicalDylibs.empty())
301 consumeError(removeModule(LogicalDylibs.begin()->first));
307 assert(!LogicalDylibs.count(K) && "VModuleKey K already in use");
308 auto I = LogicalDylibs.insert(
309 LogicalDylibs.end(),
318 return addLogicalModule(LogicalDylibs[K], std::move(M));
326 auto I = LogicalDylibs.find(K);
327 assert(I != LogicalDylibs.end() && "VModuleKey K not valid here");
329 LogicalDylibs.erase(I);
338 for (auto &KV : LogicalDylibs) {
745 std::map<VModuleKey, LogicalDylib> LogicalDylibs; member in class:llvm::orc::LegacyCompileOnDemandLayer
[all...]

Completed in 73 milliseconds