Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h296 std::mutex CUAddressRangesMutex; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp260 std::lock_guard<std::mutex> Lock(CUAddressRangesMutex); in addCURanges()