Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h90 OptionSet m_seen_options; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp34 m_seen_options.clear(); in NotifyOptionParsingStarting()
44 void Options::OptionSeen(int option_idx) { m_seen_options.insert(option_idx); } in OptionSeen()
121 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()
125 OptionsSetDiff(m_seen_options, GetRequiredOptions()[i], in VerifyOptions()
579 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h199 OptionSet m_seen_options; variable