Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h146 GetPropertyAtIndexAsFormatEntity(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp273 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetDisassemblyFormat()
278 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormat()
283 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetFrameFormatUnique()
317 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadFormat()
322 return m_collection_sp->GetPropertyAtIndexAsFormatEntity(nullptr, idx); in GetThreadStopFormat()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp352 OptionValueProperties::GetPropertyAtIndexAsFormatEntity( in GetPropertyAtIndexAsFormatEntity() function in OptionValueProperties