Searched refs:GetPropertyAtIndexAsString (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 300 return m_collection_sp->GetPropertyAtIndexAsString( in GetPrompt() 403 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetShowProgressAnsiPrefix() 408 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetShowProgressAnsiSuffix() 419 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetAutosuggestionAnsiPrefix() 424 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetAutosuggestionAnsiSuffix() 455 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiPrefix() 460 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiSuffix() 465 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiPrefix() 470 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiSuffix()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 44 return m_collection_sp->GetPropertyAtIndexAsString( in GetArchitecture()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 173 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 454 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 140 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 4253 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()
|