Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h115 bool GetPropertyAtIndexAsArgs(const ExecutionContext *exe_ctx, uint32_t idx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp250 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs() function in OptionValueProperties
/external/llvm-project/lldb/source/Target/
DTarget.cpp3867 return m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args); in GetRunArguments()
3891 m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, ePropertyUnsetEnvVars, in ComputeEnvironment()
3897 m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, ePropertyEnvVars, in ComputeEnvironment()
4145 return m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args); in GetUserSpecifiedTrapHandlerNames()
DProcess.cpp193 m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args); in GetExtraStartupCommands()