Lines Matching refs:nm
1 llvm-nm - list LLVM bitcode and object file's symbol table
9 :program:`llvm-nm` [*options*] [*filenames...*]
16 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode
20 :program:`llvm-nm` will process a file on its standard input stream.
22 :program:`llvm-nm`'s default output format is the traditional BSD :program:`nm`
81 compiled "just-in-time", :program:`llvm-nm` does not print an address for any
90 .. program:: llvm-nm
171 * :program:`llvm-nm` cannot demangle C++ mangled names, like GNU :program:`nm`
174 * :program:`llvm-nm` does not support the full set of arguments that GNU
175 :program:`nm` does.
182 :program:`llvm-nm` exits with an exit code of zero.
189 llvm-dis|llvm-dis, ar(1), nm(1)