Searched refs:Options (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-10.0-release/contrib/gperf/src/
H A Doptions.icc24 /* ----------------------------- Class Options ----------------------------- */
28 Options::operator[] (Option_Type option) const
35 Options::set (Option_Type option)
42 Options::get_input_file_name () const
49 Options::get_output_file_name () const
56 Options::get_jump () const
63 Options::get_initial_asso_value () const
70 Options::get_asso_iterations () const
77 Options::get_total_switches () const
84 Options
[all...]
H A Doptions.h3 /* Handles parsing the Options provided to the user.
117 /* Class manager for gperf program Options. */
119 class Options class
123 Options ();
126 ~Options ();
287 extern Options option;
H A Doptions.cc1 /* Handles parsing the Options provided to the user.
35 Options option;
73 Options::short_usage (FILE * stream)
80 Options::long_usage (FILE * stream)
271 Options::print_options () const
450 /* Sets the default Options. */
452 Options::Options () function in class:Options
477 Options::~Options ()
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp23 InitializeELF(TM.Options.UseInitArray);
/freebsd-10.0-release/lib/clang/libclangfrontendtool/
H A DMakefile12 Options
/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h157 } Options; typedef in typeref:struct:__anon4957
173 void initialize_options(Options *);
174 void fill_default_options(Options *);
175 int read_config_file(const char *, const char *, Options *, int);
179 process_config_line(Options *, const char *, char *, const char *, int, int *,
182 void add_local_forward(Options *, const Forward *);
183 void add_remote_forward(Options *, const Forward *);
184 void add_identity_file(Options *, const char *, const char *, int);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp23 AnalyzerOptions &Options)
24 : AnaCtxMgr(Options.UnoptimizedCFG,
27 Options.includeTemporaryDtorsInCFG(),
28 Options.shouldSynthesizeBodies(),
29 Options.shouldConditionalizeStaticInitializers()),
36 options(Options) {
17 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags, const LangOptions &lang, const PathDiagnosticConsumers &PDC, StoreManagerCreator storemgr, ConstraintManagerCreator constraintmgr, CheckerManager *checkerMgr, AnalyzerOptions &Options) argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.h33 struct Options { struct in class:llvm::symbolize::LLVMSymbolizer
38 Options(bool UseSymbolTable = true, bool PrintFunctions = true, function in struct:llvm::symbolize::LLVMSymbolizer::Options
45 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} argument
61 Options Opts;
70 const LLVMSymbolizer::Options &Opts) const;
72 uint64_t ModuleOffset, const LLVMSymbolizer::Options &Opts) const;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.h18 #include "lldb/Interpreter/Options.h"
44 class CommandOptions : public Options
49 Options (interpreter)
91 // Options table: Required for subclasses of Options.
101 virtual Options *
H A DCommandObjectArgs.h18 #include "lldb/Interpreter/Options.h"
27 class CommandOptions : public Options
45 // Options table: Required for subclasses of Options.
56 Options *
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp30 const TargetOptions &Options,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
43 /// Sparc Code Generator Pass Configuration Options.
81 const TargetOptions &Options,
85 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
93 const TargetOptions &Options,
97 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
28 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
78 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
90 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h26 StringRef CPU, StringRef FS, const TargetOptions &Options,
29 : TargetMachine(T, TT, CPU, FS, Options) {}
25 CPPTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-10.0-release/contrib/llvm/tools/llc/
H A Dllc.cpp260 TargetOptions Options; local
261 Options.LessPreciseFPMADOption = EnableFPMAD;
262 Options.NoFramePointerElim = DisableFPElim;
263 Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf;
264 Options.AllowFPOpFusion = FuseFPOps;
265 Options.UnsafeFPMath = EnableUnsafeFPMath;
266 Options.NoInfsFPMath = EnableNoInfsFPMath;
267 Options.NoNaNsFPMath = EnableNoNaNsFPMath;
268 Options.HonorSignDependentRoundingFPMathOption =
270 Options
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp35 const TargetOptions &Options,
38 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false),
58 const TargetOptions &Options,
61 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true),
78 const TargetOptions &Options,
82 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
83 Subtarget(TT, CPU, FS, Options.StackAlignmentOverride, is64Bit),
107 if (Options.FloatABIType == FloatABI::Default)
108 this->Options.FloatABIType = FloatABI::Hard;
143 /// X86 Code Generator Pass Configuration Options
33 X86_32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
56 X86_64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
76 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp309 GCOVOptions Options; local
310 Options.EmitNotes = CodeGenOpts.EmitGcovNotes;
311 Options.EmitData = CodeGenOpts.EmitGcovArcs;
312 memcpy(Options.Version, CodeGenOpts.CoverageVersion, 4);
313 Options.UseCfgChecksum = CodeGenOpts.CoverageExtraChecksum;
314 Options.NoRedZone = CodeGenOpts.DisableRedZone;
315 Options.FunctionNamesInData =
317 MPM->add(createGCOVProfilerPass(Options));
408 llvm::TargetOptions Options; local
412 Options
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp71 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
73 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
83 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
85 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
91 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
93 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
69 NVPTXTargetMachine( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
81 NVPTXTargetMachine32( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
89 NVPTXTargetMachine64( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DNVPTXTargetMachine.h51 const TargetOptions &Options, Reloc::Model RM,
102 StringRef FS, const TargetOptions &Options,
111 StringRef FS, const TargetOptions &Options,
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp37 const TargetOptions &Options,
41 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
57 const TargetOptions &Options,
60 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
67 const TargetOptions &Options,
70 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
79 /// PPC Code Generator Pass Configuration Options.
35 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
55 PPC32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
65 PPC64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DPPCTargetMachine.h42 StringRef CPU, StringRef FS, const TargetOptions &Options,
82 StringRef CPU, StringRef FS, const TargetOptions &Options,
93 StringRef CPU, StringRef FS, const TargetOptions &Options,
/freebsd-10.0-release/tools/tools/kdrv/
H A DKernelDriver147 global Drv Options;
149 if {$Options(verbose)} {puts "+ read options from '$fname'";}
224 if {$Options(verbose)} {
237 global Drv Options;
239 if {$Options(verbose)} {puts "+ checking driver package...";}
264 if {$Options(verbose)} {puts "+ checking kernel source writability...";}
313 global Drv Options;
320 if {$Options(verbose)} {puts "+ installing driver files...";}
322 if {$Options(verbose)} {puts "$f -> $kpath$Drv(filei386:$f)";}
323 if {$Options(rea
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp31 const TargetOptions &Options,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
42 /// MSP430 Code Generator Pass Configuration Options.
27 MSP430TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp23 const TargetOptions &Options,
27 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
39 /// SystemZ Code Generator Pass Configuration Options.
21 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp25 const TargetOptions &Options,
28 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
39 /// XCore Code Generator Pass Configuration Options.
23 XCoreTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp47 const TargetOptions &Options,
50 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
51 Subtarget(TT, CPU, FS, Options),
55 if (Options.FloatABIType == FloatABI::Default)
56 this->Options.FloatABIType = FloatABI::Soft;
72 const TargetOptions &Options,
75 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
97 const TargetOptions &Options,
100 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
123 /// ARM Code Generator Pass Configuration Options
45 ARMBaseTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
70 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
95 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp55 StringRef CPU, StringRef FS, const TargetOptions &Options,
59 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
116 StringRef CPU, StringRef FS, const TargetOptions &Options,
119 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
125 StringRef CPU, StringRef FS, const TargetOptions &Options,
128 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
131 /// Mips Code Generator Pass Configuration Options.
54 MipsTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
115 MipsebTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
124 MipselTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument

Completed in 284 milliseconds

12345678