Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp765 uint64_t instance_ptr_value = m_valobj->GetValueAsUnsigned(0); in PrintChildrenIfNeeded() local
766 if (m_printed_instance_pointers->count(instance_ptr_value)) { in PrintChildrenIfNeeded()
772 m_printed_instance_pointers->emplace(instance_ptr_value); in PrintChildrenIfNeeded()