/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | Opts.td | 13 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 48 def : Separate<["--", "-"], "arch">, Alias<arch_EQ>; 59 def : FF<"just-symbol-name", "Alias for --format=just-symbols">, Alias<format_EQ>, AliasArgs<["just-symbols"]>, Flags<[HelpHidden]>; 60 def : FF<"portability", "Alias for --format=posix">, Alias<format_EQ>, AliasArgs<["posix"]>; 62 def : F<"a", "Alias for --debug-syms">, Alias<debug_syms>; 63 def : F<"A", "Alias for --print-file-name">, Alias<print_file_nam [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 13 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 104 def : F<"W", "Ignored for GNU readelf compatibility">, Alias<wide>; 107 def : Flag<["--"], "dt">, Alias<dyn_syms>, HelpText<"Alias for --dyn-syms">; 108 def : Flag<["--"], "sd">, Alias<section_data>, HelpText<"Alias for --section-data">; 109 def : Flag<["--"], "st">, Alias<section_symbols>, HelpText<"Alias for --section-symbols">; 110 def : Flag<["--"], "sr">, Alias<section_relocations>, HelpText<"Alias for --section-relocations">; 113 def : FF<"dyn-symbols", "Alias for --dyn-syms">, Alias<dyn_syms>; 114 def : FF<"dynamic", "Alias for --dynamic-table">, Alias<dynamic_table>; 115 def : FF<"elf-cg-profile", "Alias for --cg-profile">, Alias<cg_profile>, Flags<[HelpHidden]>; 116 def : FF<"elf-hash-histogram", "Alias for --histogram">, Alias<histogram>, Flags<[HelpHidden]>; [all …]
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Options.td | 18 Alias<attach_name>, 19 HelpText<"Alias for --attach-name">, 26 Alias<wait_for>, 27 HelpText<"Alias for --wait-for">, 35 Alias<attach_pid>, 36 HelpText<"Alias for --attach-pid">, 47 Alias<python_path>, 48 HelpText<"Alias for --python-path">, 60 Alias<script_language>, 61 HelpText<"Alias for --script-language">, [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 11 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">; 64 def : F<"print-address", "Alias for --addresses">, Alias<addresses>; 65 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">; 66 def : Joined<["--"], "exe=">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">; 67 def : Separate<["--"], "exe">, Alias<obj_E [all...] |
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 8 # with the keyword, except if the keyword is an alias, in which case the 11 # The third column (flag) may be blank, "LJUST", or "ALIAS". "ALIAS" 12 # means that the keyword is an alias. "LJUST" means that the keyword 26 acflg acflag ALIAS 27 args command ALIAS 28 blocked sigmask ALIAS 29 caught sigcatch ALIAS 33 cputime time ALIAS 41 flags f ALIAS 47 ignored sigignore ALIAS [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>, 28 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>, 60 def : F<"build-id">, Alias<build_id>, AliasArgs<["sha1"]>, HelpText<"Alias for --build-id=sha1">; 76 defm defsym: Eq<"defsym", "Define a symbol alias">, MetaVarName<"<symbol>=<value>">; 141 def : FF<"no-call-graph-profile-sort">, Alias<call_graph_profile_sort>, AliasArgs<["none"]>, 150 def : Flag<["--"], "color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["always"]>, 151 HelpText<"Alias for --color-diagnostics=always">; 152 def : Flag<["--"], "no-color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["never"]>, 153 HelpText<"Alias for --color-diagnostics=never">; 342 def : Flag<["-"], "w">, Alias<no_warnings>, HelpText<"Alias for --no-warnings">; [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 11 Alias<!cast<Separate>(NAME)>, 24 def : Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">; 33 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">; 45 def : Flag<["-"], "a">, Alias<archive_headers>, 46 HelpText<"Alias for --archive-headers">; 49 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">; 59 def : Flag<["-"], "d">, Alias<disassemble>, HelpText<"Alias for --disassemble">; 63 def : Flag<["-"], "D">, Alias<disassemble_all>, 64 HelpText<"Alias for --disassemble-all">; 81 def : Flag<["-"], "z">, Alias<disassemble_zeroes>, [all …]
|
/freebsd/usr.bin/alias/ |
H A D | Makefile | 2 SCRIPTSNAME=alias 4 LINKS= ${BINDIR}/alias ${BINDIR}/bg \ 5 ${BINDIR}/alias ${BINDIR}/cd \ 6 ${BINDIR}/alias ${BINDIR}/command \ 7 ${BINDIR}/alias ${BINDIR}/fc \ 8 ${BINDIR}/alias ${BINDIR}/fg \ 9 ${BINDIR}/alias ${BINDIR}/getopts \ 10 ${BINDIR}/alias ${BINDIR}/hash \ 11 ${BINDIR}/alias ${BINDIR}/jobs \ 12 ${BINDIR}/alias ${BINDIR}/read \ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===// 53 /// Memory locations in this alias set. 56 /// All instructions without a specific address in this alias set. 63 // Signifies that this set should be considered to alias any pointer. 67 /// The kinds of access this alias set models. 69 /// We keep track of whether this alias set merely refers to the locations of 81 /// The kind of alias relationship between pointers of the set. 83 /// These represent conservatively correct alias results between any members 84 /// of the set. We represent these independently of the values of alias 90 unsigned Alias : 1; variable [all …]
|
H A D | AliasAnalysis.h | 1 //===- llvm/Analysis/AliasAnalysis.h - Alias Analysis Interface -*- C++ -*-===// 10 // common interface used by all clients of alias analysis information, and 11 // implemented by all alias analysis implementations. Mod/Ref information is 27 // alias, regardless of the value of the Size component. 69 /// The possible results of an alias query. 72 /// a query to some alias analysis. 89 unsigned int Alias : AliasBits; variable 95 /// The two locations do not alias at all. 101 /// The two locations may or may not alias. This is the least precise 104 /// The two locations alias, but only due to a partial overlap. [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | Opts.td | 9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 22 def : Separate<["--", "-"], "arch">, Alias<arch_EQ>; 25 def : F<"A", "Alias for --format">, Alias<format_EQ>, AliasArgs<["sysv"]>; 26 def : F<"B", "Alias for --format">, Alias<format_EQ>, AliasArgs<["berkeley"]>; 27 def : F<"d", "Alias for --radix=10">, Alias<radix_EQ>, AliasArgs<["10"]>; 28 def : F<"h", "Alias for --help">, Alias<help>; 29 def : F<"m", "Alias for --format">, Alias<format_EQ>, AliasArgs<["darwin"]>; 30 def : F<"o", "Alias for --radix=8">, Alias<radix_EQ>, AliasArgs<["8"]>; 31 def : F<"t", "Alias for --totals">, Alias<totals>; 32 def : F<"x", "Alias for --radix=16">, Alias<radix_EQ>, AliasArgs<["16"]>;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 6 Alias<!cast<Separate>(NAME)>, 14 def h : Flag<["-"], "h">, Alias<help>; 27 Alias<enable_deterministic_archives>, 28 HelpText<"Alias for --enable-deterministic-archives">; 35 Alias<disable_deterministic_archives>, 36 HelpText<"Alias for --disable-deterministic-archives">; 41 Alias<preserve_dates>, 42 HelpText<"Alias for --preserve-dates">; 56 Alias<strip_debug>, 57 HelpText<"Alias for --strip-debug">; [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_store_subr.c | 352 bhnd_nvstore_alias *alias; in bhnd_nvstore_path_register_update() local 357 alias = bhnd_nvstore_find_alias(sc, path->path_str); in bhnd_nvstore_path_register_update() 358 if (alias != NULL) { in bhnd_nvstore_path_register_update() 359 /* Use <alias>:name */ in bhnd_nvstore_path_register_update() 360 len = bhnd_nv_asprintf(&namebuf, "%lu:%s", alias->alias, in bhnd_nvstore_path_register_update() 679 * @param aval The device path alias value to search for. 687 bhnd_nvstore_alias *alias; in bhnd_nvstore_resolve_path_alias() local 691 /* Fetch alias entry */ in bhnd_nvstore_resolve_path_alias() 692 if ((alias = bhnd_nvstore_get_alias(sc, aval)) == NULL) in bhnd_nvstore_resolve_path_alias() 695 return (alias->path); in bhnd_nvstore_resolve_path_alias() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===// 39 "alias-set-saturation-threshold", cl::Hidden, cl::init(250), 40 cl::desc("The maximum total number of memory locations alias " 43 /// mergeSetIn - Merge the specified alias set into this alias set. 46 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn() 49 // Update the alias and access types of this set... in mergeSetIn() 51 Alias |= AS.Alias; in mergeSetIn() 53 if (Alias == SetMustAlias) { in mergeSetIn() 55 // find a must-alias pair between them, this set becomes a may alias. in mergeSetIn() 61 Alias = SetMayAlias; in mergeSetIn() [all …]
|
H A D | ScopedNoAliasAA.cpp | 1 //===- ScopedNoAliasAA.cpp - Scoped No-Alias Alias Analysis ---------------===// 9 // This file defines the ScopedNoAlias alias-analysis pass, which implements 10 // metadata-based scoped no-alias support. 12 // Alias-analysis scopes are defined by an id (which can be a string or some 21 // Loads and stores can be tagged with an alias-analysis scope, and also, with 24 // ... = load %ptr1, !alias.scope !{ !scope1 } 25 // ... = load %ptr2, !alias.scope !{ !scope1, !scope2 }, !noalias !{ !scope1 } 28 // has a set of noalias scopes in some domain that is a superset of the alias 30 // accesses are assumed not to alias 54 AliasResult ScopedNoAliasAAResult::alias(const MemoryLocation &LocA, alias() function in ScopedNoAliasAAResult [all...] |
/freebsd/usr.bin/clang/lldb/ |
H A D | lldb.1 | 63 Alias for \-\-attach\-name 68 Alias for \-\-attach\-pid 78 Alias for \-\-wait\-for 89 Alias for \-\-batch 94 Alias for \-\-source\-on\-crash 99 Alias for \-\-one\-line\-on\-crash 129 Alias for \-\-one\-line\-before\-file 134 Alias for \-\-one\-line 139 Alias for \-\-source\-quietly 164 Alias for \-\-source\-before\-file [all …]
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 209 * select an alias address. in nat64lsn_get_aliaslink() 334 &link->alias->tcp_chunkmask, link->alias->tcp_pgmask, in nat64lsn_get_state6to4() 335 link->alias->tcp, &link->alias->tcp_pg, in nat64lsn_get_state6to4() 336 &link->alias->tcp_pgidx, faddr); in nat64lsn_get_state6to4() 340 &link->alias->udp_chunkmask, link->alias->udp_pgmask, in nat64lsn_get_state6to4() 341 link->alias->udp, &link->alias->udp_pg, in nat64lsn_get_state6to4() 342 &link->alias->udp_pgidx, faddr); in nat64lsn_get_state6to4() 346 &link->alias->icmp_chunkmask, link->alias->icmp_pgmask, in nat64lsn_get_state6to4() 347 link->alias->icmp, &link->alias->icmp_pg, in nat64lsn_get_state6to4() 348 &link->alias->icmp_pgidx, faddr); in nat64lsn_get_state6to4() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 12 // CXX11_KEYWORD, ALIAS, or PPKEYWORD macros to make use of this file. 71 #ifndef ALIAS 72 #define ALIAS(X,Y,Z) 527 ALIAS("__is_literal_type", __is_literal, KEYCXX) 596 ALIAS("__is_same_as", __is_same, KEYCXX) 625 ALIAS("global", __global , KEYOPENCLC | KEYOPENCLCXX) 626 ALIAS("local", __local , KEYOPENCLC | KEYOPENCLCXX) 627 ALIAS("constant", __constant , KEYOPENCLC | KEYOPENCLCXX) 628 ALIAS("private", __private , KEYOPENCLC) 629 ALIAS("generic", __generic , KEYOPENCLC | KEYOPENCLCXX) [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | Opts.td | 9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 19 def : F<"a", "Alias for --all">, Alias<all>; 20 def : F<"f", "Alias for --print-file-name">, Alias<print_file_name>; 21 def : F<"h", "Alias for --help">, Alias<help>; 22 def : JoinedOrSeparate<["-"], "n">, Alias<bytes_EQ>, HelpText<"Alias for --bytes">; 23 def : JoinedOrSeparate<["-"], "t">, Alias<radix_EQ>, HelpText<"Alias for --radix">, MetaVarName<"<r…
|
/freebsd/bin/sh/ |
H A D | dot.shrc | 21 # alias h='fc -l' 22 # alias j=jobs 23 # alias m="$PAGER" 24 # alias ll='ls -laFo' 25 # alias l='ls -l' 26 # alias g='egrep -i' 29 # alias cp='cp -ip' 30 # alias mv='mv -i' 31 # alias rm='rm -i' 40 alias history='fc -l' [all …]
|
/freebsd/contrib/llvm-project/lldb/docs/man/ |
H A D | lldb.rst | 39 Alias for --attach-name 43 Alias for --attach-pid 51 Alias for --wait-for 62 Alias for --batch 66 Alias for --source-on-crash 70 Alias for --one-line-on-crash 94 Alias for --one-line-before-file 98 Alias for --one-line 102 Alias for --source-quietly 122 Alias for --source-before-file [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.td | 14 def: Joined<["--", "-"], "build-accelerator=">, Alias<build_accelerator>; 20 Alias<help>, 21 HelpText<"Alias for --help">; 26 def: Joined<["--", "-"], "linker=">, Alias<linker>; 33 Alias<odr_deduplication>, 34 HelpText<"Alias for --odr-deduplication">; 37 Alias<no_odr_deduplication>, 38 HelpText<"Alias for --no-odr-deduplication">; 56 def: Joined<["--", "-"], "tombstone=">, Alias<tombstone>; 64 Alias<thread [all...] |
/freebsd/share/skel/ |
H A D | dot.shrc | 21 alias h='fc -l' 22 alias j=jobs 23 alias m="$PAGER" 24 alias ll='ls -laFo' 25 alias l='ls -l' 26 alias g='egrep -i' 29 # alias cp='cp -ip' 30 # alias mv='mv -i' 31 # alias rm='rm -i' 40 alias history='fc -l'
|
/freebsd/bin/sh/tests/builtins/ |
H A D | alias3.0 | 4 alias foo=bar 5 alias bar= 6 alias quux="1 2 3" 7 alias foo=bar 8 alias bar= 9 alias quux="1 2 3" 10 alias 11 alias foo
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | Opts.td | 14 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 24 def : F<"s", "Alias for --format">; 26 def : F<"_", "Alias for --strip-underscore">, Alias<strip_underscore>; 27 def : F<"h", "Alias for --help">, Alias<help>; 28 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>; 29 def : F<"p", "Alias for --no-params">, Alias<no_param [all...] |