Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h132 std::mutex PluginMutex; variable
H A DELFNixPlatform.h176 std::mutex PluginMutex; variable
H A DMachOPlatform.h264 std::mutex PluginMutex; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp622 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
766 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitSections()
H A DMachOPlatform.cpp830 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
996 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveImportantSections()
1052 std::lock_guard<std::mutex> Lock(PluginMutex); in processObjCImageInfo()
1488 std::lock_guard<std::mutex> Lock(PluginMutex); in populateObjCRuntimeObject()
H A DCOFFPlatform.cpp792 std::lock_guard<std::mutex> Lock(PluginMutex); in getSyntheticSymbolDependencies()
870 std::lock_guard<std::mutex> Lock(PluginMutex); in preserveInitializerSections()