| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | dir-example | 192 * aid: (id-utils)aid invocation. Matching strings. 199 * basename: (sh-utils)basename invocation. Strip directory and suffix. 200 * bibtex: (web2c)BibTeX invocation. Maintaining bibliographies. 203 * cat: (textutils)cat invocation. Concatenate and write files. 204 * chgrp: (fileutils)chgrp invocation. Change file groups. 205 * chmod: (fileutils)chmod invocation. Change file permissions. 206 * chown: (fileutils)chown invocation. Change file owners/groups. 207 * chroot: (sh-utils)chroot invocation. Specify the root directory. 208 * cksum: (textutils)cksum invocation. Print POSIX CRC checksum. 210 * comm: (textutils)comm invocation. Compare sorted files by line. [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | dir-example | 268 * aid: (id-utils)aid invocation. Matching strings. 284 * basename: (coreutils)basename invocation. Strip directory and suffix. 285 * bibtex: (web2c)BibTeX invocation. Maintaining bibliographies. 287 * cat: (coreutils)cat invocation. Concatenate and write files. 288 * chgrp: (coreutils)chgrp invocation. Change file groups. 289 * chmod: (coreutils)chmod invocation. Change file permissions. 290 * chown: (coreutils)chown invocation. Change file owners/groups. 291 * chroot: (coreutils)chroot invocation. Specify the root directory. 292 * cksum: (coreutils)cksum invocation. Print POSIX CRC checksum. 294 * comm: (coreutils)comm invocation. Compare sorted files by line. [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | prepare-code-coverage-artifact.py | 47 invocation = [host_llvm_cov, 'show'] + objects + ['-format', 'html', 52 invocation += ['-compilation-dir=' + compilation_dir] 53 subprocess.check_call(invocation)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 190 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage() local 191 if (!invocation) { in DoLoadImage() 325 ValueList parameters = invocation->GetArgumentValues(); in DoLoadImage() 332 if (!invocation->WriteFunctionArguments(context, injected_parameters, in DoLoadImage() 340 llvm::make_scope_exit([invocation, &context, injected_parameters]() { in DoLoadImage() 341 invocation->DeallocateFunctionResults(context, injected_parameters); in DoLoadImage() 372 invocation->ExecuteFunction(context, &injected_parameters, options, in DoLoadImage()
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | README.txt | 7 You can use the caches files with the following CMake invocation: 22 the clang shipped with Xcode. The build files generated from this invocation has 32 You can configure your build directory with the following invocation of CMake:
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | OptBisect.rst | 55 clang, the "-mllvm" prefix must be used. A typical clang invocation would look 76 passed to the driver-invoked LLVM invocation via '-mllvm'. 90 if an invocation of the pass is not skipped individual transformations within 91 that invocation may still be skipped. 99 When an opt-bisect index value refers to an entire invocation of the run 101 each time it is invoked and each invocation will be assigned a unique value.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| H A D | alarm.t | 163 # the first initial invocation) that the first periodic invocation 164 # (second invocation) will happen before the first invocation has
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 30 The analysis invocation must be provided with the directory which contains the dumps and the mappin… 210 The compiler invocation is a shell command that could be used to compile the TU-s main source file. 212 compile said TU are given in YAML format referred to as `invocation list`, and must be passed as an 219 The analysis invocation must be provided with the directory which contains the mapping 220 files, and the `invocation list` which is used to determine compiler flags. 261 The `invocation list`: 299 -Xclang -analyzer-config -Xclang ctu-invocation-list=invocations.yaml \
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | LinkerWrapperOpts.td | 30 HelpText<"Arguments to pass to the device linker invocation">; 42 HelpText<"Argument to pass to the 'ptxas' invocation">; 86 MetaVarName<"<arg>">, HelpText<"Arguments passed to the LLVM invocation">;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangLinkerWrapper.rst | 38 Arguments to pass to the device linker invocation 56 --ptxas-arg=<value> Argument to pass to the 'ptxas' invocation
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 731 std::shared_ptr<clang::CompilerInvocation> invocation = in Create() local 735 if (!invocation) in Create() 743 invocation->getPreprocessorOpts().addRemappedFile(ModuleImportBufferName, in Create() 752 instance->setInvocation(invocation); in Create() 785 std::move(invocation), in Create()
|
| /openbsd-src/gnu/llvm/llvm/utils/docker/scripts/ |
| H A D | build_install_llvm.sh | 27 All options after '--' are passed to CMake invocation.
|
| /openbsd-src/gnu/llvm/llvm/utils/docker/ |
| H A D | build_docker_image.sh | 51 All options after '--' are passed to CMake invocation.
|
| /openbsd-src/gnu/llvm/llvm/projects/ |
| H A D | CMakeLists.txt | 2 # Note that explicit cmake invocation is required every time a new project is
|
| /openbsd-src/gnu/llvm/clang/include/clang/Config/ |
| H A D | config.h.cmake | 77 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-SMI.txt | 273 -- correspondent OBJECT-TYPE invocation 277 -- correspondent OBJECT-TYPE invocation
|
| /openbsd-src/regress/usr.sbin/syslogd/ |
| H A D | README | 12 a fake login. The invocation of the sendsyslog(2) syscall is checked
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | SanitizerUtils.cmake | 55 # in the linker invocation.
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | BuildingLibcxx.rst | 29 invocation at ``<monorepo>/runtimes``. While those projects are under the LLVM 32 with the following CMake invocation: 62 single CMake invocation. This is usually the correct way to build the runtimes when putting together 64 To do this, use the following CMake invocation, and in particular notice how we're now rooting the 65 CMake invocation at ``<monorepo>/llvm``:
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | bugpoint.rst | 71 Pass all arguments specified after **--gcc-tool-args** to the invocation of 76 Pass all arguments specified after **--opt-args** to the invocation of **opt**.
|
| H A D | llvm-install-name-tool.rst | 24 and :option:`-rpath` can be combined in an invocation only if they do not share
|
| /openbsd-src/gnu/llvm/llvm/utils/release/ |
| H A D | export.sh | 56 …* llvm-rc-<YYYYMMDD>.txt (contains the rc version passed to the invocation of $(basena…
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-05-18-ExceptionHandling.txt | 5 the VM, as well as an extension to the LLVM function invocation syntax. 7 The LLVM function invocation instruction previously looks like this (ignoring
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/ |
| H A D | stringtok_h.txt | 13 * in an invocation loop like strtok() requires.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
| H A D | stringtok_h.txt | 13 * in an invocation loop like strtok() requires.
|