Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp843 uint64_t instance_ptr_value = valobj.GetValueAsUnsigned(0); in PrintChildrenIfNeeded() local
844 if (m_printed_instance_pointers->count(instance_ptr_value)) { in PrintChildrenIfNeeded()
850 m_printed_instance_pointers->emplace(instance_ptr_value); in PrintChildrenIfNeeded()