Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h174 GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Args &args) const;
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp304 OptionValueProperties::GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Arg… in GetPropertyAtIndexAsArgs() function in OptionValueProperties
/external/lldb/source/Target/
DTarget.cpp2606 return m_collection_sp->GetPropertyAtIndexAsArgs (NULL, idx, args); in GetRunArguments()
2620 return m_collection_sp->GetPropertyAtIndexAsArgs (NULL, idx, env); in GetEnvironmentAsArgs()
DProcess.cpp150 m_collection_sp->GetPropertyAtIndexAsArgs(NULL, idx, args); in GetExtraStartupCommands()