Searched refs:GetPropertyAtIndexAsString (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 276 return m_collection_sp->GetPropertyAtIndexAsString( in GetPrompt() 390 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiPrefix() 395 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiSuffix() 400 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiPrefix() 405 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiSuffix()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 164 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 425 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 139 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3934 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()
|