Home
last modified time | relevance | path

Searched refs:PlatformMutex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp327 std::lock_guard<std::mutex> Lock(PlatformMutex); in getInitializersBuildSequencePhase()
411 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_getDeinitializers()
438 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
521 std::lock_guard<std::mutex> Lock(PlatformMutex); in registerInitInfo()
535 std::unique_lock<std::mutex> Lock(PlatformMutex); in registerInitInfo()
659 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addEHAndTLVSupportPasses()
723 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in preserveInitSections()
814 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
H A DCOFFPlatform.cpp312 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
483 std::lock_guard<std::mutex> Lock(PlatformMutex); in buildJDDepMap()
538 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
567 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
604 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
812 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in associateJITDylibHeaderSymbol()
878 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in registerObjectPlatformSectionsInBootstrap()
H A DMachOPlatform.cpp367 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
657 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
701 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
732 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushSymbols()
928 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in bootstrapPipelineRecordRuntimeFunctions()
958 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in associateJITDylibHeaderSymbol()
1206 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
1408 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in registerObjectPlatformSections()
1693 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addSymbolTableRegistration()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_fuchsia.h16 class PlatformMutex {
H A Dmutex_posix.h16 class PlatformMutex {
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h16 class Mutex final : PlatformMutex {
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h216 std::mutex PlatformMutex; variable
H A DELFNixPlatform.h240 std::mutex PlatformMutex; variable
H A DMachOPlatform.h374 std::mutex PlatformMutex; variable