llvm-6502/lib/DebugInfo/DWARF
Rafael Espindola 776f86420e Make getRelocationSection MachO only.
There are 3 types of relocations on MachO
* Scattered
* Section based
* Symbol based

On ELF and COFF relocations are symbol based.

We were in the strange situation that we abstracted over two of them. This makes
section based relocations MachO only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240149 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 17:54:28 +00:00
..
CMakeLists.txt Move DIContext.h to common DebugInfo location. 2015-04-23 17:37:47 +00:00
DWARFAbbreviationDeclaration.cpp
DWARFAcceleratorTable.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
DWARFCompileUnit.cpp [DWARF parser] Make DWARF parser more robust against missing compile/type units. 2015-05-19 21:54:32 +00:00
DWARFContext.cpp Make getRelocationSection MachO only. 2015-06-19 17:54:28 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAranges.cpp
DWARFDebugArangeSet.cpp
DWARFDebugFrame.cpp [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4 2015-05-12 15:25:08 +00:00
DWARFDebugInfoEntry.cpp [DWARF parser] Add basic support for DWZ DWARF multifile extensions. 2015-05-19 20:29:28 +00:00
DWARFDebugLine.cpp [DWARF] Fix a bug in line info handling 2015-05-31 23:37:04 +00:00
DWARFDebugLoc.cpp
DWARFDebugRangeList.cpp
DWARFFormValue.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
DWARFTypeUnit.cpp [DWARF parser] Make DWARF parser more robust against missing compile/type units. 2015-05-19 21:54:32 +00:00
DWARFUnit.cpp Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInfo/DWARF 2015-05-25 13:28:03 +00:00
LLVMBuild.txt
Makefile
module.modulemap
SyntaxHighlighting.cpp
SyntaxHighlighting.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00