Home
last modified time | relevance | path

Searched refs:RegisteredObjs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp466 RegisteredObjs[K].push_back(std::move(PendingObjs[&MR])); in notifyEmitted()
486 auto SrcIt = RegisteredObjs.find(SrcKey); in notifyTransferringResources()
487 if (SrcIt != RegisteredObjs.end()) { in notifyTransferringResources()
491 RegisteredObjs[DstKey].push_back(std::move(DebugObj)); in notifyTransferringResources()
492 RegisteredObjs.erase(SrcIt); in notifyTransferringResources()
500 RegisteredObjs.erase(Key); in notifyRemovingResources()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.h74 std::map<ResourceKey, std::vector<OwnedDebugObject>> RegisteredObjs; variable