Home
last modified time | relevance | path

Searched refs:PluginMutex (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h128 std::mutex PluginMutex; variable
H A DMachOPlatform.h178 std::mutex PluginMutex; variable
H A DELFNixPlatform.h173 std::mutex PluginMutex; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp800 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
931 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitSections()
987 std::lock_guard<std::mutex> Lock(PluginMutex); in processObjCImageInfo()
H A DELFNixPlatform.cpp661 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
807 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitSections()
H A DCOFFPlatform.cpp781 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
859 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitializerSections()