Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp409 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyMaterializing()
427 std::lock_guard<std::mutex> Lock(PendingObjsLock); in modifyPassConfig()
446 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyEmitted()
485 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyFailed()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h76 std::mutex PendingObjsLock; variable