Home
last modified time | relevance | path

Searched refs:SetRunValidator (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h117 DumpValueObjectOptions &SetRunValidator(bool run = true);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp167 DumpValueObjectOptions &DumpValueObjectOptions::SetRunValidator(bool run) { in SetRunValidator() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp216 options.SetRunValidator(run_validator); in GetAsDumpOptions()