Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h253 static const GetValueForExpressionPathOptions DefaultOptions() { in DefaultOptions() function
417 GetValueForExpressionPathOptions::DefaultOptions(),
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp159 SmallVector<Option*, 4> DefaultOptions; member in __anoneac38b030111::CommandLineParser
246 DefaultOptions.push_back(O); in addOption()
386 DefaultOptions.clear(); in reset()
1531 for (auto *O: DefaultOptions) { in ParseCommandLineOptions()