Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp125 ManagedStatic<sys::Mutex> JITDebugLock; variable
145 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp69 ManagedStatic<std::mutex> JITDebugLock; variable
93 std::lock_guard<std::mutex> Lock(*JITDebugLock); in llvm_orc_registerJITLoaderGDBWrapper()