Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp99 sys::Mutex JITDebugLock; member in __anon15ad26370211::GDBJITRegistrationListener
154 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in ~GDBJITRegistrationListener()
178 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyObjectLoaded()
197 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyFreeingObject()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp64 static std::mutex JITDebugLock; in appendJITDebugDescriptor() local
65 std::lock_guard<std::mutex> Lock(JITDebugLock); in appendJITDebugDescriptor()