Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h307 llvm::ArrayRef<llvm::StringRef> exclude_long_options);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp785 OptionGroup *group, llvm::ArrayRef<llvm::StringRef> exclude_long_options) { in Append() argument
789 if (llvm::is_contained(exclude_long_options, definition.long_option)) in Append()