1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/tools
Davide Italiano ed4bcdffee [llvm-readobj] Dump MachO indirect symbols.
Example output:

File: <stdin>
Format: Mach-O 32-bit i386
Arch: i386
AddressSize: 32bit
Indirect Symbols {

Number: 3
Symbols [
  Entry {
    Entry Index: 0
    Symbol Index: 0x4
  }
  Entry {
    Entry Index: 1
    Symbol Index: 0x0
  }
  Entry {
    Entry Index: 2
    Symbol Index: 0x1
  }
]
}

Differential Revision:	http://reviews.llvm.org/D12570

llvm-svn: 246789
2015-09-03 18:10:28 +00:00
..
bugpoint
bugpoint-passes
dsymutil Reapply r246012 [dsymutil] Emit real dSYM companion binaries. 2015-09-02 16:49:13 +00:00
gold gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen. 2015-09-01 20:40:22 +00:00
llc
lli
llvm-ar
llvm-as
llvm-as-fuzzer Build a lib/Fuzzer version for llvm-as. 2015-08-31 17:55:32 +00:00
llvm-bcanalyzer [WinEH] Add cleanupendpad instruction 2015-09-03 09:09:43 +00:00
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-go Enable linking tools, shared libraries against libLLVM 2015-09-01 03:14:31 +00:00
llvm-jitlistener
llvm-link New bitcode linker flags: 2015-09-01 17:55:55 +00:00
llvm-lto CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it. 2015-08-27 23:37:36 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump [llvm-reaodbj] Simplify code. No functional change (intended). 2015-09-02 16:53:25 +00:00
llvm-pdbdump
llvm-profdata
llvm-readobj [llvm-readobj] Dump MachO indirect symbols. 2015-09-03 18:10:28 +00:00
llvm-rtdyld
llvm-shlib Enable linking tools, shared libraries against libLLVM 2015-09-01 03:14:31 +00:00
llvm-size
llvm-split
llvm-stress
llvm-symbolizer
lto LTO: Simplify merged module ownership. 2015-08-24 22:22:53 +00:00
macho-dump
msbuild
obj2yaml Pass a symbol table to getRelocationSymbol instead of returning one. 2015-09-02 15:07:39 +00:00
opt
verify-uselistorder
yaml2obj [yaml2obj] Support numeric indexes to create invalid files. Will be used by lld test. 2015-08-27 23:11:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile