Home
last modified time | relevance | path

Searched refs:GetParallelModuleLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp503 if (m_process->GetTarget().GetParallelModuleLoad()) { in RefreshModules()
723 if (m_process->GetTarget().GetParallelModuleLoad()) { in LoadAllCurrentModules()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h121 bool GetParallelModuleLoad() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4531 bool TargetProperties::GetParallelModuleLoad() const { in GetParallelModuleLoad() function in TargetProperties