Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp360 OptionDisplayType display_type, const char *header, in PrintOption() argument
362 if (display_type == eDisplayShortOption && !opt_def.HasShortOption()) in PrintOption()
371 opt_def.HasShortOption() && display_type != eDisplayLongOption; in PrintOption()