Searched refs:desc (Results 376 - 400 of 1799) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp51 cl::desc("Enable the CCMP formation pass"),
56 cl::desc("Enable the conditional branch tuning pass"),
60 cl::desc("Enable the machine combiner pass"),
64 cl::desc("Suppress STP for AArch64"),
69 cl::desc("Enable use of AdvSIMD scalar integer instructions"),
74 cl::desc("Enable the promote constant pass"),
79 cl::desc("Enable the pass that emits the linker optimization hints (LOH)"),
84 cl::desc("Enable the pass that removes dead"
92 cl::desc("Enable the redundant copy elimination pass"), cl::init(true),
96 cl::desc("Enabl
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp600 cl::desc("<filename...>"));
602 cl::desc("<weight>,<filename>"));
605 cl::desc("Path to file containing newline-separated "
607 cl::alias InputFilenamesFileA("f", cl::desc("Alias for --input-files"),
611 cl::desc("Dump the list of input files and their weights, then exit"));
613 cl::desc("Symbol remapping file"));
614 cl::alias RemappingFileA("r", cl::desc("Alias for --remapping-file"),
618 cl::desc("Output file"));
619 cl::alias OutputFilenameA("o", cl::desc("Alias for --output"),
622 cl::desc("Profil
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i118 const char *desc = description.GetData();
120 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
122 return std::string(desc, desc_len);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp39 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
42 OutputFilename("o", cl::desc("Override output filename"),
46 Force("f", cl::desc("Enable binary output on terminals"));
49 DontPrint("disable-output", cl::desc("Don't output the .ll file"), cl::Hidden);
53 cl::desc("Set lazy loading to pretend to import a module"),
58 cl::desc("Add informational comments to the .ll file"));
62 cl::desc("Preserve use-list order when writing LLVM assembly."),
67 cl::desc("Load module without materializing metadata, "
/freebsd-12-stable/contrib/netbsd-tests/net/mcast/
H A Dt_mcast.sh69 local desc="$3"
73 atf_set \"descr\" \"${desc}\"; \
/freebsd-12-stable/contrib/pjdfstest/tests/chflags/
H A D02.t5 desc="chflags returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="chflags returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
H A D02.t5 desc="chmod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="chmod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="chmod returns ENOENT if the named file does not exist"
H A D06.t5 desc="chmod returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-12-stable/contrib/pjdfstest/tests/chown/
H A D02.t5 desc="chown returns ENAMETOOLONG if a component of a pathname exceeded ${NAME_MAX} characters"
H A D03.t5 desc="chown returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"
H A D04.t5 desc="chown returns ENOENT if the named file does not exist"
H A D06.t5 desc="chown returns ELOOP if too many symbolic links were encountered in translating the pathname"
/freebsd-12-stable/contrib/pjdfstest/tests/ftruncate/
H A D06.t5 desc="truncate returns EACCES if the named file is not writable by the user"
/freebsd-12-stable/contrib/pjdfstest/tests/link/
H A D01.t5 desc="link returns ENOTDIR if a component of either path prefix is not a directory"
H A D02.t5 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
H A D08.t5 desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
H A D17.t5 desc="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
H A D11.t5 desc="mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created"
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
H A D11.t5 desc="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created"
/freebsd-12-stable/contrib/pjdfstest/tests/mknod/
H A D01.t5 desc="mknod returns ENOTDIR if a component of the path prefix is not a directory"
H A D02.t5 desc="mknod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX} characters"
H A D03.t5 desc="mknod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} characters"

Completed in 147 milliseconds

<<11121314151617181920>>