Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp241 void SBTypeSummary::SetPtrMatchDepth(uint32_t ptr_match_depth) { in SetPtrMatchDepth() function in SBTypeSummary
246 return m_opaque_sp->SetPtrMatchDepth(ptr_match_depth); in SetPtrMatchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h114 void SetPtrMatchDepth(uint32_t ptr_match_depth);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h138 void SetPtrMatchDepth(uint32_t value) { m_ptr_match_depth = value; } in SetPtrMatchDepth() function
H A DTypeSummary.h258 void SetPtrMatchDepth(uint32_t value) { m_ptr_match_depth = value; } in SetPtrMatchDepth() function
H A DTypeSynthetic.h278 void SetPtrMatchDepth(uint32_t value) { m_ptr_match_depth = value; } in SetPtrMatchDepth() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp75312 (arg1)->SetPtrMatchDepth(arg2); in _wrap_SBTypeSummary_SetPtrMatchDepth()