Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsString (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp288 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 DOptionValueProperties.h171 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp43 return m_collection_sp->GetPropertyAtIndexAsString( in GetArchitecture()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp448 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp140 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4156 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()