Searched refs:GetPropertyAtIndexAsArgs (Results 1 – 4 of 4) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 174 GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Args &args) const;
|
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 304 OptionValueProperties::GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Arg… in GetPropertyAtIndexAsArgs() function in OptionValueProperties
|
/external/lldb/source/Target/ |
D | Target.cpp | 2606 return m_collection_sp->GetPropertyAtIndexAsArgs (NULL, idx, args); in GetRunArguments() 2620 return m_collection_sp->GetPropertyAtIndexAsArgs (NULL, idx, env); in GetEnvironmentAsArgs()
|
D | Process.cpp | 150 m_collection_sp->GetPropertyAtIndexAsArgs(NULL, idx, args); in GetExtraStartupCommands()
|