Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h105 GetPropertyAtIndexAsArgs(size_t idx, Args &args,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp56 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyServerURLs, urls); in GetDebugInfoDURLs()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp183 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs() function in OptionValueProperties
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4592 return m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetRunArguments()
4616 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyUnsetEnvVars, in ComputeEnvironment()
4622 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEnvVars, property_env); in ComputeEnvironment()
4653 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyUnsetEnvVars, in GetInheritedEnvironment()
4663 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyEnvVars, in GetTargetEnvironment()
4977 return m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetUserSpecifiedTrapHandlerNames()
H A DProcess.cpp197 m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetExtraStartupCommands()