Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp380 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetDisassemblyFormat()
385 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormat()
390 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormatUnique()
423 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadFormat()
428 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadStopFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h153 GetPropertyAtIndexAsFormatEntity(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp378 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity() function in OptionValueProperties