Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp47 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() function in Options
120 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()
128 if (IsASubset(remaining_options, GetOptionalOptions()[i])) in VerifyOptions()
634 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()