Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp133 GetPtrMatchDepth()); in GetDescription()
166 GetPtrMatchDepth(), m_description.c_str()); in GetDescription()
229 GetPtrMatchDepth()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp233 uint32_t SBTypeSummary::GetPtrMatchDepth() { in GetPtrMatchDepth() function in SBTypeSummary
238 return m_opaque_sp->GetPtrMatchDepth(); in GetPtrMatchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h112 uint32_t GetPtrMatchDepth();
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h110 if (formatter_sp->GetPtrMatchDepth() < GetPtrStrippedDepth()) in IsMatch()
H A DTypeFormat.h136 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
H A DTypeSynthetic.h276 uint32_t GetPtrMatchDepth() { return m_ptr_match_depth; } in GetPtrMatchDepth() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp75286 result = (uint32_t)(arg1)->GetPtrMatchDepth(); in _wrap_SBTypeSummary_GetPtrMatchDepth()