Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp119 LoadedMethodIDs[K].push_back(I->second); in notifyEmitted()
141 auto I = LoadedMethodIDs.find(K); in notifyRemovingResources()
142 if (I == LoadedMethodIDs.end()) in notifyRemovingResources()
146 LoadedMethodIDs.erase(I); in notifyRemovingResources()
159 auto I = LoadedMethodIDs.find(SrcKey); in notifyTransferringResources()
160 if (I == LoadedMethodIDs.end()) in notifyTransferringResources()
163 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()
165 LoadedMethodIDs.erase(SrcKey); in notifyTransferringResources()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h58 LoadedMethodIDs; variable