Home
last modified time | relevance | path

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

/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 DTypeSynthetic.h278 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
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp241 void SBTypeSummary::SetPtrMatchDepth(uint32_t ptr_match_depth) { in SetPtrMatchDepth() function in SBTypeSummary