Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h112 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp155 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() function in DumpValueObjectOptions