1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/tools
Nick Kledzik f66cb18d0c Object/llvm-objdump: allow dumping of mach-o exports trie
MachOObjectFile in lib/Object currently has no support for parsing the rebase, 
binding, and export information from the LC_DYLD_INFO load command in final 
linked mach-o images. This patch adds support for parsing the exports trie data
structure. It also adds an option to llvm-objdump to dump that export info.

I did the exports parsing first because it is the hardest. The information is 
encoded in a trie structure, but the standard ObjectFile way to inspect content 
is through iterators. So I needed to make an iterator that would do a 
non-recursive walk through the trie and maintain the concatenation of edges 
needed for the current string prefix.

I plan to add similar support in MachOObjectFile and llvm-objdump to 
parse/display the rebasing and binding info too.

llvm-svn: 216808
2014-08-30 00:20:14 +00:00
..
gold Add support for comdats to the gold plugin. 2014-08-22 23:26:10 +00:00
llvm-cov llvm-cov: test: add xfail for the big-endian buildbots 2014-08-23 00:47:24 +00:00
llvm-lit [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
llvm-objdump Object/llvm-objdump: allow dumping of mach-o exports trie 2014-08-30 00:20:14 +00:00
llvm-profdata InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
llvm-readobj AArch64: add support for dynamic-loader relocations 2014-08-11 10:10:27 +00:00
llvm-vtabledump llvm-vtabledump: A vtable dumper 2014-07-24 23:14:40 +00:00