Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h156 std::mutex PluginMutex; variable
H A DELFNixPlatform.h173 std::mutex PluginMutex; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp665 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
727 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitSections()
783 std::lock_guard<std::mutex> Lock(PluginMutex); in processObjCImageInfo()
H A DELFNixPlatform.cpp660 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
806 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitSections()