llvm-6502/lib/Object
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
..
Archive.cpp
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Fix a nomenclature error in llvm-nm. 2014-04-02 22:52:46 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp [yaml2obj] Add support for ELF e_flags. 2014-03-31 09:44:05 +00:00
Error.cpp
IRObjectFile.cpp
LLVMBuild.txt
MachOObjectFile.cpp Fix a nomenclature error in llvm-nm. 2014-04-02 22:52:46 +00:00
MachOUniversal.cpp
Makefile
Object.cpp
ObjectFile.cpp
SymbolicFile.cpp
YAML.cpp Object: Don't double-escape empty hexdata 2014-03-20 06:28:52 +00:00