Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h242 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp90 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion() function in Options
638 OptionsSetUnion(GetRequiredOptions()[i], GetOptionalOptions()[i], in VerifyPartialOptions()