Home
last modified time | relevance | path

Searched refs:m_last_format (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h965 lldb::Format m_last_format = lldb::eFormatDefault; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1068 if (my_format != m_last_format || m_value_str.empty()) { in GetValueAsCString()
1069 m_last_format = my_format; in GetValueAsCString()