Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp314 std::lock_guard<std::mutex> Lock(InitScraperMutex); in modifyPassConfig()
388 std::lock_guard<std::mutex> Lock(InitScraperMutex); in getSyntheticSymbolLocalDependencies()
459 std::lock_guard<std::mutex> Lock(InitScraperMutex); in processObjCImageInfo()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h147 std::mutex InitScraperMutex; variable