Searched refs:GetPropertyAtIndexAsString (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 288 return m_collection_sp->GetPropertyAtIndexAsString( in GetPrompt() 396 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetShowProgressAnsiPrefix() 401 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetShowProgressAnsiSuffix() 412 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetAutosuggestionAnsiPrefix() 417 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetAutosuggestionAnsiSuffix() 448 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiPrefix() 453 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiSuffix() 458 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiPrefix() 463 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiSuffix()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 171 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 43 return m_collection_sp->GetPropertyAtIndexAsString( in GetArchitecture()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 448 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 140 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 4156 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()
|