Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptions.h336 OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set);
/external/lldb/source/Interpreter/
DOptions.cpp112 Options::OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) in OptionsSetUnion() function in Options
728 OptionsSetUnion (GetRequiredOptions()[i], GetOptionalOptions()[i], union_set); in VerifyPartialOptions()