Home
last modified time | relevance | path

Searched defs:GetPtrMatchDepth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h136 uint32_t GetPtrMatchDepth() { return m_ptr_match_depth; } in GetPtrMatchDepth() function
H A DTypeSynthetic.h276 uint32_t GetPtrMatchDepth() { return m_ptr_match_depth; } in GetPtrMatchDepth() function
H A DTypeSummary.h256 uint32_t GetPtrMatchDepth() { return m_ptr_match_depth; } in GetPtrMatchDepth() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp233 uint32_t SBTypeSummary::GetPtrMatchDepth() { in GetPtrMatchDepth() function in SBTypeSummary