Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h176 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp401 return m_collection_sp->GetPropertyAtIndexAsString( in GetPrompt()
492 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiPrefix()
497 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, ""); in GetStopShowColumnAnsiSuffix()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp469 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp162 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3789 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, llvm::StringRef()); in GetArg0()