Searched refs:ptr_match_depth (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 47 uint32_t ptr_match_depth) in TypeSummaryImpl() argument 48 : m_flags(flags), m_kind(kind), m_ptr_match_depth(ptr_match_depth) {} in TypeSummaryImpl() 68 uint32_t ptr_match_depth) in StringSummaryFormat() argument 69 : TypeSummaryImpl(Kind::eSummaryString, flags, ptr_match_depth), in StringSummaryFormat() 141 uint32_t ptr_match_depth) in CXXFunctionSummaryFormat() argument 142 : TypeSummaryImpl(Kind::eCallback, flags, ptr_match_depth), m_impl(impl), in CXXFunctionSummaryFormat() 175 uint32_t ptr_match_depth) in ScriptSummaryFormat() argument 176 : TypeSummaryImpl(Kind::eScript, flags, ptr_match_depth), m_function_name(), in ScriptSummaryFormat()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 286 uint32_t ptr_match_depth = 1); 302 uint32_t ptr_match_depth = 1); 339 uint32_t ptr_match_depth = 1); 385 uint32_t ptr_match_depth = 1);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeSummary.cpp | 241 void SBTypeSummary::SetPtrMatchDepth(uint32_t ptr_match_depth) { in SetPtrMatchDepth() argument 246 return m_opaque_sp->SetPtrMatchDepth(ptr_match_depth); in SetPtrMatchDepth()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeSummary.h | 114 void SetPtrMatchDepth(uint32_t ptr_match_depth);
|