Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsFormatEntity (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h144 GetPropertyAtIndexAsFormatEntity(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp261 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetDisassemblyFormat()
266 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormat()
271 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormatUnique()
310 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadFormat()
315 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadStopFormat()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp346 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity() function in OptionValueProperties