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.cpp98 sys::Mutex JITDebugLock; member in __anon15ad26370211::GDBJITRegistrationListener
153 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in ~GDBJITRegistrationListener()
177 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyObjectLoaded()
196 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyFreeingObject()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp61 static std::mutex JITDebugLock; in appendJITDebugDescriptor() local
62 std::lock_guard<std::mutex> Lock(JITDebugLock); in appendJITDebugDescriptor()