Searched refs:opt (Results 1 - 25 of 1396) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c4513 int opt, optlen; local
4516 opt = cp[0];
4517 if (opt == TCPOPT_EOL)
4519 if (opt == TCPOPT_NOP)
4528 switch (opt) {
H A Dtcp_usrreq.c1721 int error, opt, optval; local
1763 opt = TF_NODELAY;
1766 opt = TF_NOOPT;
1769 opt = TF_NOPUSH;
1772 opt = TF_ENABLE_ECN;
1775 opt = 0; /* dead code to fool gcc */
1780 tp->t_flags |= opt;
1782 tp->t_flags &= ~opt;
1792 opt = TF_RXTFINDROP;
1795 opt
[all...]
H A Dip_icmp.c737 int opt, cnt; local
757 opt = cp[IPOPT_OPTVAL];
758 if (opt == IPOPT_EOL)
760 if (opt == IPOPT_NOP)
773 if (opt == IPOPT_RR || opt == IPOPT_TS ||
774 opt == IPOPT_SECURITY) {
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c3834 * instead opt to keep with the extant Perl
9993 dtrace_optval_t *opt = state->dts_options; local
10061 size = opt[DTRACEOPT_STRSIZE];
10068 nframes = opt[DTRACEOPT_STACKFRAMES];
10078 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
10081 nframes = opt[DTRACEOPT_JSTACKFRAMES];
10090 nframes = opt[DTRACEOPT_USTACKFRAMES];
11508 dof_optdesc_t *opt; local
11546 opt = (dof_optdesc_t *)((uintptr_t)sec +
11549 sec->dofs_offset = (uintptr_t)opt
12625 dtrace_optval_t *opt; local
12851 dtrace_optval_t *opt = state->dts_options, size; local
12967 dtrace_optval_t *opt = state->dts_options, sz, nspec; local
15461 dtrace_optval_t *opt, rs, c; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/yaml-bench/
H A DYAMLBench.cpp28 static cl::opt<bool>
34 static cl::opt<bool>
40 static cl::opt<std::string>
43 static cl::opt<bool>
50 static cl::opt<unsigned>
/macosx-10.10/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp38 static cl::opt<std::string>
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dmakellvm5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup'
7 set EXEC = opt
H A Dfindmisopt65 optbc="$outdir/${name}.opt.bc"
66 optll="$outdir/${name}.opt.ll"
67 opts="$outdir/${name}.opt.s"
68 optprog="$outdir/${name}.opt"
69 optout="$outdir/${name}.opt.out"
77 # optimizations that opt -std-compile-opts and gccld run, in the same order.
78 opt_switches=`llvm-as < /dev/null -o - | opt -std-compile-opts -disable-output -debug-pass=Arguments 2>&1 | sed 's/Pass Arguments: //'`
104 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
/macosx-10.10/llvmCore-3425.0.34/utils/obj2yaml/
H A Dobj2yaml.cpp61 cl::opt<ObjectFileType> InputFormat(
67 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
/macosx-10.10/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp33 static cl::opt<std::string>
36 static cl::opt<std::string>
40 static cl::opt<std::string>
44 static cl::opt<bool>
/macosx-10.10/llvmCore-3425.0.34/utils/FileUpdate/
H A DFileUpdate.cpp25 static cl::opt<bool>
29 static cl::opt<std::string>
33 static cl::opt<std::string>
/macosx-10.10/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp60 cl::opt<std::string> ProgramToRun(cl::Positional,
64 cl::opt<bool> TraceExecution("x",
66 cl::opt<unsigned> Timeout("t", cl::init(0),
68 cl::opt<bool> NoUser32("no-user32",
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DAsmMatcherEmitter.cpp119 static cl::opt<std::string>
H A DCodeEmitterGen.cpp30 static cl::opt<bool>
H A DCodeGenTarget.cpp27 static cl::opt<unsigned>
31 static cl::opt<unsigned>
H A DDAGISelMatcherEmitter.cpp29 static cl::opt<bool>
H A DTableGen.cpp49 cl::opt<ActionType>
89 cl::opt<std::string>
/macosx-10.10/llvmCore-3425.0.34/utils/fpcmp/
H A Dfpcmp.cpp21 cl::opt<std::string>
23 cl::opt<std::string>
26 cl::opt<double>
28 cl::opt<double>
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-link/
H A Dllvm-link.cpp35 static cl::opt<std::string>
39 static cl::opt<bool>
42 static cl::opt<bool>
46 static cl::opt<bool>
49 static cl::opt<bool>
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp47 static cl::opt<std::string>
50 static cl::opt<std::string>
54 static cl::opt<bool>
57 static cl::opt<bool>
60 static cl::opt<bool>
64 static cl::opt<unsigned>
68 static cl::opt<bool>
71 static cl::opt<bool>
79 static cl::opt<OutputFileType>
95 static cl::opt<st
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp45 cl::opt<OutputFormatTy>
59 cl::opt<bool> UndefinedOnly("undefined-only",
64 cl::opt<bool> DynamicSyms("dynamic",
70 cl::opt<bool> DefinedOnly("defined-only",
73 cl::opt<bool> ExternalOnly("extern-only",
78 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"));
79 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
81 cl::opt<bool> PrintFileName("print-file-name",
89 cl::opt<bool> DebugSyms("debug-syms",
94 cl::opt<boo
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp45 static cl::opt<bool>
49 static cl::opt<bool>
52 static cl::opt<std::string>
H A Dllvm-objdump.cpp58 static cl::opt<bool>
65 static cl::opt<bool>
68 static cl::opt<bool>
71 static cl::opt<bool>
74 static cl::opt<bool>
79 cl::opt<std::string>
83 cl::opt<std::string>
87 static cl::opt<bool>
H A Dllvm-objdump.h20 extern cl::opt<std::string> TripleName;
21 extern cl::opt<std::string> ArchName;
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-prof/
H A Dllvm-prof.cpp42 cl::opt<std::string>
46 cl::opt<std::string>
50 cl::opt<bool>
55 cl::opt<bool>

Completed in 235 milliseconds

1234567891011>>