Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp317 std::lock_guard<std::mutex> Lock(InitScraperMutex); in modifyPassConfig()
393 std::lock_guard<std::mutex> Lock(InitScraperMutex); in getSyntheticSymbolLocalDependencies()
464 std::lock_guard<std::mutex> Lock(InitScraperMutex); in processObjCImageInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h148 std::mutex InitScraperMutex; variable