Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.cpp53 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEmulatorArgs, result); in GetEmulatorArgs()
59 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEmulatorEnvVars, args); in GetEmulatorEnvVars()
65 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyTargetEnvVars, args); in GetTargetEnvVars()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
HDSymbolLocatorDebuginfod.cpp56 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyServerURLs, urls); in GetDebugInfoDURLs()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h105 GetPropertyAtIndexAsArgs(size_t idx, Args &args,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp183 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs() function in OptionValueProperties
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp4362 return m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetRunArguments()
4386 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyUnsetEnvVars, in ComputeEnvironment()
4392 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEnvVars, property_env); in ComputeEnvironment()
4423 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyUnsetEnvVars, in GetInheritedEnvironment()
4433 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEnvVars, in GetTargetEnvironment()
4739 return m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetUserSpecifiedTrapHandlerNames()
HDProcess.cpp233 m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetExtraStartupCommands()