summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm
Commit message (Collapse)AuthorAgeFilesLines
...
* Include Support/FileUtilities.h.Brian Gaeke2003-11-161-13/+24
| | | | | | | | | | | Print module identifier in DumpSymbolNamesFromModule(). In DumpSymbolNamesFromFile(), check whether it is an archive or a bytecode file, and call the corresponding reader function (ParseBytecodeFile or ReadArchiveFile). Unconditionally set MultipleFiles for archives. Fixes PR117. llvm-svn: 10044
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
| | | | llvm-svn: 9903
* Reorder #includes, drop unneeded oneChris Lattner2003-10-281-3/+2
| | | | llvm-svn: 9548
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9314
* fix file headerChris Lattner2003-10-201-1/+0
| | | | llvm-svn: 9294
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9291
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-161-3/+7
| | | | llvm-svn: 9172
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-161-2/+0
| | | | llvm-svn: 9169
* Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2003-10-162-0/+132
I dislike having to examine the output of "dis" to see what symbols are in a bytecode file. So, here is a first cut at a "nm" utility for llvm. Flame away.... :-) llvm-svn: 9153
OpenPOWER on IntegriCloud