Searched refs:GetPropertyAtIndexAsString (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | Debugger.cpp | 269 return m_collection_sp->GetPropertyAtIndexAsString( in GetPrompt() 383 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiPrefix() 388 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiSuffix() 393 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiPrefix() 398 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowLineMarkerAnsiSuffix()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 162 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 435 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 139 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 3855 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()
|