Searched refs:Options (Results 201 - 225 of 437) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h241 /// Options = "" gives a human readable description of the status Options =
244 llvm::StringRef Options);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h24 enum Options { eOptionEncodeCharacterEscapeSequences = (1u << 0) }; enum in class:lldb_private::OptionValueString
H A DCommandObjectMultiword.h113 Options *GetOptions() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp31 InitializeELF(TM.Options.UseInitArray);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp129 const MCTargetOptions &Options) {
126 createSystemZMCAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h385 /// The \p Options parameters are the same as those for \a simple_ilist. See
387 template <class T, class... Options>
389 : public iplist_impl<simple_ilist<T, Options...>, ilist_traits<T>> {
405 template <class T, class... Options> using ilist = iplist<T, Options...>;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h42 TargetOptions Options; member in struct:llvm::lto::Config
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp88 if (MF.getTarget().Options.EnableIPRA &&
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h51 void SetSignalHandler(const FuzzingOptions& Options);
H A DFuzzerMutate.h23 MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
125 const FuzzingOptions Options; member in class:fuzzer::MutationDispatcher
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp86 Options *GetOptions() override { return &m_options; }
88 class CommandOptions : public Options {
90 CommandOptions() : Options(), m_global(false) {}
331 Options *GetOptions() override { return &m_options; }
333 class CommandOptions : public Options {
335 CommandOptions() : Options() {}
432 Options *GetOptions() override { return &m_options; }
434 class CommandOptions : public Options {
436 CommandOptions() : Options() {}
H A DCommandObjectBreakpointCommand.cpp227 Options *GetOptions() override { return &m_all_options; }
501 Options *GetOptions() override { return &m_options; }
503 class CommandOptions : public Options {
505 CommandOptions() : Options(), m_use_dummy(false) {}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h100 void init(const options::Options &Opts);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h51 CheckerManager *checkerMgr, AnalyzerOptions &Options,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp59 const MCTargetOptions &Options) {
57 createXCoreMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options) argument
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in109 Options:
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py132 class Options: class in inherits:
155 options = Options()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp292 llvm::StringRef Options) {
294 Options);
290 format( const lldb_private::Status &error, llvm::raw_ostream &OS, llvm::StringRef Options) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h137 MatchFinder(MatchFinderOptions Options = MatchFinderOptions());
220 MatchFinderOptions Options; member in class:clang::ast_matchers::MatchFinder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp192 FunctionOptions Options = local
194 return (Options & FunctionOptions::CxxReturnUdt) != FunctionOptions::None;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp16 #include "lldb/Interpreter/Options.h"
37 Options *options = cmd_obj_sp->GetOptions();
131 Options *CommandAlias::GetOptions() {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp157 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS)
168 if (isSuitableForBSS(GVar) && !TM.Options.NoZerosInBSS) {
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile95 INCFILE= Options.inc
96 TDFILE= ${LLD_SRCS}/ELF/Options.td
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp180 static std::string Options; variable
283 if (!PositionalArgs.empty() || !Options.empty())
301 for (unsigned i = 0; i < Options.size(); ++i) {
302 switch (Options[i]) {
397 badUsage(std::string("unknown option ") + Options[i]);
1145 Options += Argv[i] + 1;
1147 } else if (Options.empty()) {
1148 Options += Argv[i];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp356 TargetOptions Options,
361 FS, Options, getEffectiveRelocModel(RM),
427 const auto &Opt = Options;
461 TargetOptions Options,
465 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {
505 TargetOptions Options,
509 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
354 AMDGPUTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OptLevel) argument
459 R600TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
503 GCNTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument

Completed in 309 milliseconds

1234567891011>>