Searched refs:GetPropertyAtIndexAsArgs (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 53 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 D | OptionValueProperties.h | 105 GetPropertyAtIndexAsArgs(size_t idx, Args &args,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ |
| H A D | SymbolLocatorDebuginfod.cpp | 56 m_collection_sp->GetPropertyAtIndexAsArgs(ePropertyServerURLs, urls); in GetDebugInfoDURLs()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 183 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs() function in OptionValueProperties
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4592 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 D | Process.cpp | 197 m_collection_sp->GetPropertyAtIndexAsArgs(idx, args); in GetExtraStartupCommands()
|