Lines Matching +full:machine +full:- +full:mode +full:- +full:visible

4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-AR" "1" "2023-05-24" "16" "LLVM"
32 llvm-ar \- LLVM archiver
35 \fBllvm\-ar\fP [\-]{dmpqrstx}[abcDilLNoOPsSTuUvV] [relpos] [count] archive [files...]
38 The \fBllvm\-ar\fP command is similar to the common Unix utility,
41 the archive can contain any kind of file. By default, \fBllvm\-ar\fP
45 The \fBllvm\-ar\fP command can be used to \fIread\fP archive files in SVR4, GNU,
50 defined by \fI\%\-\-format\fP\&.
52 Here\(aqs where \fBllvm\-ar\fP departs from previous \fBar\fP
58 [f] \- truncate inserted filenames
65 \-\-plugin=<string> \- load a plugin which adds support for other file formats
67 [l] \- ignored in \fBar\fP
74 Since \fBllvm\-ar\fP supports bitcode files, the symbol table it creates
82 By default, \fBllvm\-ar\fP always uses zero for timestamps and UIDs/GIDs
83 to write archives in a deterministic mode. This is equivalent to the
93 When on Windows \fBllvm\-ar\fP treats the names of archived \fIfiles\fP in the same
94 case sensitive manner as the operating system. When on a non\-Windows machine
95 \fBllvm\-ar\fP does not consider character case.
100 \fBllvm\-ar\fP operations are compatible with other \fBar\fP
103 \fBllvm\-ar\fP specify a single basic Operation to perform on the archive,
135 \fBllvm\-ar\fP also prints out the name of the file being output. Printing
136 binary files is ill\-advised as they might confuse your terminal settings. The
179 modifier, \fBllvm\-ar\fP also prints out the file type (B=bitcode,
180 S=symbol table, blank=regular file), the permission mode, the owner and group,
190 A synonym for the \fI\%\-\-version\fP option.
230 is a feature for \fBllvm\-ar\fP that is not found in gnu\-ar.
256 Alias for \fB\-\-thin\fP\&. In many ar implementations \fBT\fP has a different
263 instructs \fBllvm\-ar\fP to include additional information in the output.
272 \fBllvm\-ar\fP will always create the archive if it doesn\(aqt exist.
273 Normally, \fBllvm\-ar\fP will print a warning message indicating that the
295 externally visible functions and global variables defined by all the bitcode
296 files in the archive. By default \fBllvm\-ar\fP generates symbol tables in
303 \fBllvm\-ar\fP to not build the symbol table. If both \fI\%s\fP and
320 .B \-\-format=<type>
323 machine.
327 .B \-h, \-\-help
328 Print a summary of command\-line options and their meanings.
332 .B \-M
338 .B \-\-output=<dir>
344 .B \-\-rsp\-quoting=<type>
354 .B \-\-thin
361 .B \-\-version
362 Display the version of the \fBllvm\-ar\fP executable.
366 .B \-X mode
367 Specifies the type of object file \fBllvm\-ar\fP will recognise. The mode must be
374 Process only 32\-bit object files.
377 Process only 64\-bit object files.
380 Process both 32\-bit and 64\-bit object files.
388 The default is to process 32\-bit object files (ignore 64\-bit objects). The mode can also
390 process any 64\-bit objects and ignore 32\-bit objects. The \-X flag overrides the OBJECT_MODE
396 Read command\-line options and commands from response file \fB<FILE>\fP\&.
400 \fBllvm\-ar\fP understands a subset of the MRI scripting interface commonly
402 sequence of commands to be executed by the archiver. The \fI\%\-M\fP option
403 allows for an MRI script to be passed to \fBllvm\-ar\fP through the
406 Note that \fBllvm\-ar\fP has known limitations regarding the use of MRI
462 If \fBllvm\-ar\fP succeeds, it will exit with 0. Otherwise, if an error occurs, it
463 will exit with a non\-zero value.
467 2003-2023, LLVM Project