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.cpp120 LoadedMethodIDs[K].push_back(I->second); in notifyEmitted()
142 auto I = LoadedMethodIDs.find(K); in notifyRemovingResources()
143 if (I == LoadedMethodIDs.end()) in notifyRemovingResources()
147 LoadedMethodIDs.erase(I); in notifyRemovingResources()
160 auto I = LoadedMethodIDs.find(SrcKey); in notifyTransferringResources()
161 if (I == LoadedMethodIDs.end()) in notifyTransferringResources()
164 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()
166 LoadedMethodIDs.erase(SrcKey); in notifyTransferringResources()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h59 LoadedMethodIDs; variable