Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp248 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetDisassemblyFormat()
253 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormat()
258 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormatUnique()
291 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadFormat()
296 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadStopFormat()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h139 GetPropertyAtIndexAsFormatEntity(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp344 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity() function in OptionValueProperties