llvm-6502/lib/Object
Michael J. Spencer 206d17cf60 Object: Add some types to SymbolRef::Type.
Some of these can be true at the same time and there are a lot to add,
so this should be turned into a bitfield. Some of the other accessors
should probably be folded into this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142318 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-17 23:55:06 +00:00
..
Archive.cpp
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Object: Add isSymbolAbsolute and getSymbolSection. 2011-10-17 23:54:46 +00:00
ELFObjectFile.cpp Object: Add some types to SymbolRef::Type. 2011-10-17 23:55:06 +00:00
Error.cpp
MachOObject.cpp
MachOObjectFile.cpp Object: Add isSymbolAbsolute and getSymbolSection. 2011-10-17 23:54:46 +00:00
Makefile
Object.cpp
ObjectFile.cpp