llvm-6502/tools
Rafael Espindola 5a61b72493 Fix a nomenclature error in llvm-nm.
What llvm-nm prints depends on the file format. On ELF for example, if the
file is relocatable, it prints offsets. If it is not, it prints addresses.
Since it doesn't really need to care what it is that it is printing, use the
generic term value.

Fix or implement getSymbolValue to keep llvm-nm working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205479 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-02 22:52:46 +00:00
..
bugpoint Fix a bug introduced during the transition to PathV2. 2014-03-14 15:13:35 +00:00
bugpoint-passes
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config Windows: canonicalise the default windows triple 2014-03-29 01:08:53 +00:00
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump DebugInfo: Support debug_loc under fission 2014-03-25 01:44:02 +00:00
llvm-extract
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc Add missing include (for r205050) 2014-03-28 21:00:25 +00:00
llvm-mcmarkup
llvm-nm Fix a nomenclature error in llvm-nm. 2014-04-02 22:52:46 +00:00
llvm-objdump Update MCSymbolizer and its subclasses' constructors to reflect the fact that 2014-03-27 02:39:01 +00:00
llvm-profdata llvm-profdata: Check for bad data in the show command 2014-03-23 20:55:53 +00:00
llvm-readobj Create .symtab_shndxr only when needed. 2014-03-25 23:44:25 +00:00
llvm-rtdyld
llvm-shlib
llvm-size [C++11] Use ObjectFile::sections() in commandline llvm tools 2014-03-13 14:37:36 +00:00
llvm-stress
llvm-symbolizer [C++11] Introduce ObjectFile::symbols() to use range-based loops. 2014-03-17 07:28:19 +00:00
lto Revert "Reapply "LTO: add API to set strategy for -internalize"" 2014-04-02 22:05:57 +00:00
macho-dump Darwin: Add assembler directives to create version-min load commands. 2014-03-18 22:09:05 +00:00
msbuild VS integration installer: set SUCCESS=1 if we find VS 2013 2014-03-24 17:33:22 +00:00
obj2yaml Object: Output .file symbols properly 2014-03-20 06:29:02 +00:00
opt static link polly into tools 2014-03-14 04:04:14 +00:00
yaml2obj [yaml2obj][ELF] Convert some static functions into class members to 2014-04-02 16:34:54 +00:00
CMakeLists.txt static link polly into tools 2014-03-14 04:04:14 +00:00
LLVMBuild.txt
Makefile