Searched refs:JITDebugLock (Results 1 – 2 of 2) sorted by relevance
125 ManagedStatic<sys::Mutex> JITDebugLock; variable145 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in ~GDBJITRegistrationListener()169 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyObjectLoaded()188 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyFreeingObject()
69 ManagedStatic<std::mutex> JITDebugLock; variable93 std::lock_guard<std::mutex> Lock(*JITDebugLock); in llvm_orc_registerJITLoaderGDBWrapper()