Home
last modified time | relevance | path

Searched refs:SetHidePointerValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h115 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp169 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() function in DumpValueObjectOptions