Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp300 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 DPlatformQemuUser.cpp44 return m_collection_sp->GetPropertyAtIndexAsString( in GetArchitecture()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h173 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp454 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp140 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4253 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()