llvm-6502/include/llvm/Object
Kevin Enderby c28016e413 Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
fat files) to print “ (for architecture XYZ)” for fat files with more than
one architecture to be like what the darwin tools do for fat files.

Also clean up the Mach-O printing of archive membernames in llvm-nm to use
the darwin form of "libx.a(foo.o)".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211316 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-19 22:03:18 +00:00
..
Archive.h Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
Binary.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
COFF.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
COFFYAML.h obj2yaml: Use the correct relocation type for different machine types 2014-04-07 23:12:20 +00:00
ELF.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
ELFObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
ELFTypes.h [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
ELFYAML.h [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). 2014-06-06 07:41:57 +00:00
Error.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
IRObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
MachO.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
MachOUniversal.h Change the output of llvm-nm and llvm-size for Mach-O universal files (aka 2014-06-19 22:03:18 +00:00
ObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
RelocVisitor.h Support LE in RelocVisitor::visitELF_PPC64_* 2014-06-18 15:15:49 +00:00
StringTableBuilder.h ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
SymbolicFile.h Add a symbols() range and use a range loop. 2014-06-18 21:14:57 +00:00
YAML.h YAMLIO: Allow scalars to dictate quotation rules 2014-04-10 07:37:33 +00:00