Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h56 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp40 O0WantsFastISel(false), DefaultOptions(Options), Options(Options) {} in TargetMachine()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h253 static const GetValueForExpressionPathOptions DefaultOptions() { in DefaultOptions() function
417 GetValueForExpressionPathOptions::DefaultOptions(),
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h114 const TargetOptions DefaultOptions;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp162 SmallVector<Option*, 4> DefaultOptions; member in __anon7ff628370111::CommandLineParser
259 DefaultOptions.push_back(O); in addOption()
418 DefaultOptions.clear(); in reset()
1383 for (auto *O: DefaultOptions) { in ParseCommandLineOptions()