Files
clang-p2996/lld/lib/ReaderWriter
Nick Kledzik 21921375cc [mach-o] Add support for LC_DATA_IN_CODE
Sometimes compilers emit data into code sections (e.g. constant pools or
jump tables). These runs of data can throw off disassemblers.  The solution
in mach-o is that ranges of data-in-code are encoded into a table pointed to
by the LC_DATA_IN_CODE load command.

The way the data-in-code information is encoded into lld's Atom model is that
that start and end of each data run is marked with a Reference whose offset
is the start/end of the data run.  For arm, the switch back to code also marks
whether it is thumb or arm code.

llvm-svn: 213901
2014-07-24 23:06:56 +00:00
..
2014-07-21 13:16:53 +00:00
2014-06-12 17:15:58 +00:00
2014-07-23 23:47:28 +00:00
2014-07-17 22:30:09 +00:00
2014-06-24 13:57:13 +00:00
2014-06-04 09:54:07 +00:00