Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp269 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/
DOptionValueProperties.h162 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp435 llvm::StringRef OptionValueProperties::GetPropertyAtIndexAsString( in GetPropertyAtIndexAsString() function in OptionValueProperties
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp139 return m_collection_sp->GetPropertyAtIndexAsString( in GetAutoEnableOptions()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3855 return m_collection_sp->GetPropertyAtIndexAsString(nullptr, idx, in GetArg0()