Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp101 this->PendingMethodIDs[MR] = {Start, Allocated}; in modifyPassConfig()
115 auto I = PendingMethodIDs.find(MR); in notifyEmitted()
116 if (I == PendingMethodIDs.end()) in notifyEmitted()
120 PendingMethodIDs.erase(I); in notifyEmitted()
129 PendingMethodIDs.erase(&MR); in notifyFailed()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h56 PendingMethodIDs; variable