Searched refs:GetPropertyAtIndexAsArgs (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 115 bool GetPropertyAtIndexAsArgs(const ExecutionContext *exe_ctx, uint32_t idx,
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 250 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs() function in OptionValueProperties
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 3867 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()
|
D | Process.cpp | 193 m_collection_sp->GetPropertyAtIndexAsArgs(nullptr, idx, args); in GetExtraStartupCommands()
|