Lines Matching full:symbols
14 The :program:`llvm-nm` utility lists the names of symbols from LLVM bitcode
117 symbol in an LLVM bitcode file, even symbols which are defined in the bitcode
155 Show all symbols, even those usually suppressed.
159 Print only symbols defined in this file.
167 Display dynamic symbols instead of normal symbols.
169 .. option:: --export-symbols
171 Print sorted symbols with their visibility (if applicable), with duplicates
176 Print only symbols whose definitions are external; that is, accessible from
182 *just-symbols*.
191 Print just the symbol names. Alias for `--format=just-symbols``.
196 symbols are defined. Undefined symbols have the location of their first
213 Show symbols in the order encountered.
217 Don't print weak symbols.
221 Sort symbols by address.
229 Print the archive symbol table, in addition to the symbols.
241 Suppress 'no symbols' diagnostic.
250 Sort symbols in reverse order.
254 Sort symbols by size.
258 Do not filter special symbols from the output.
262 Print only undefined symbols.
278 Add symbols from the dyldinfo, if they are not already in the symbol table.
283 Add symbols from the inlined libraries, TBD file inputs only.
287 Dump the symbols from the specified architecture(s).
291 Dump only symbols from the dyldinfo.
295 Do not add any symbols from the dyldinfo.
299 Dump only symbols from this segment and section name.
310 Exclude resource file symbols (``__rsrc``) from export symbol list.