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.cpp102 this->PendingMethodIDs[MR] = {Start, Allocated}; in modifyPassConfig()
116 auto I = PendingMethodIDs.find(MR); in notifyEmitted()
117 if (I == PendingMethodIDs.end()) in notifyEmitted()
121 PendingMethodIDs.erase(I); in notifyEmitted()
130 PendingMethodIDs.erase(&MR); in notifyFailed()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h57 PendingMethodIDs; variable