Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h218 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp88 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion() function in Options
577 OptionsSetUnion(GetRequiredOptions()[i], GetOptionalOptions()[i], in VerifyPartialOptions()