Lines Matching full:files
9 :program:`llvm-ar` [-]{dmpqrstx}[abcDilLNoOPsSTuUvV] [relpos] [count] archive [files...]
15 :program:`ar`. It archives several files, such as objects and LLVM bitcode
16 files into a single archive library that can be linked into a program. However,
21 The :program:`llvm-ar` command can be used to *read* archive files in SVR4, GNU,
23 Darwin style archive files. If an SVR4 format archive is used with the :option:`r`
43 Since :program:`llvm-ar` supports bitcode files, the symbol table it creates
56 When on Windows :program:`llvm-ar` treats the names of archived *files* in the same
68 optional list of file names. If the *files* option is not specified, it
80 Delete files from the ``archive``. The :option:`N` and :option:`T` modifiers
81 apply to this operation. The *files* options specify which members should be
83 appear in the archive. If no *files* are specified, the archive is not
88 Move files from one location in the ``archive`` to another. The :option:`a`,
89 :option:`b`, and :option:`i` modifiers apply to this operation. The *files*
91 used, the files will be moved to the end of the archive. If no *files* are
96 Print *files* to the standard output stream. If no *files* are specified, the
99 binary files is ill-advised as they might confuse your terminal settings. The
104 Quickly append files to the end of the ``archive`` without removing
105 duplicates. If no *files* are specified, the archive is not modified. The
126 Replace existing *files* or insert them at the end of the ``archive`` if
128 modifiers apply to this operation. If no *files* are specified, the archive
138 are ignored when extracting *files* and set to placeholder values when adding
140 any *files* are specified, the listing is only for those files. If no *files*
149 Extract ``archive`` members back to files. The :option:`o` modifier applies
150 to this operation. This operation retrieves the indicated *files* from the
152 *files* are specified, the entire archive is extracted.
162 When inserting or moving member files, this option specifies the destination
163 of the new files as being after the *relpos* member. If *relpos* is not found,
164 the files are placed at the end of the ``archive``. *relpos* cannot be
169 When inserting or moving member files, this option specifies the destination
170 of the new files as being before the *relpos* member. If *relpos* is not
171 found, the files are placed at the end of the ``archive``. *relpos* cannot
194 When extracting files, use the modification times of any *files* as they
195 appear in the ``archive``. By default *files* extracted from the archive
209 When printing *files* or the ``archive`` table of contents, this modifier
241 files in the archive. By default :program:`llvm-ar` generates symbol tables in
252 Only update ``archive`` members with *files* that have more recent
266 will attempt to infer it from the input files and fallback to the default
284 This option selects the quoting style ``<type>`` for response files, either
304 Process only 32-bit object files.
306 Process only 64-bit object files.
308 Process both 32-bit and 64-bit object files.
310 Process all object files.
312 The default is to process 32-bit object files (ignore 64-bit objects). The mode can also