1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/DebugInfo/DWARF
Paul Robinson d2e03bb3b5 Stylistic makeover of DWARFDebugLine before working on it. NFC
Rename parameters and locals to CamelCase, doxygenize the header, and
run clang-format on the whole thing.

llvm-svn: 301883
2017-05-01 23:27:55 +00:00
..
CMakeLists.txt [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections. 2016-12-17 09:10:32 +00:00
DWARFAbbreviationDeclaration.cpp [DWARFv5] Update definitions to match published spec. 2017-03-06 22:20:03 +00:00
DWARFAcceleratorTable.cpp [DWARF] - Refactoring: localize handling of relocations in a single place. 2017-04-21 09:12:18 +00:00
DWARFCompileUnit.cpp [DWARFv5] Emit new unit header format. 2017-02-28 20:24:55 +00:00
DWARFContext.cpp Adds initial llvm-dwarfdump --verify support with unit tests. 2017-05-01 22:07:02 +00:00
DWARFDebugAbbrev.cpp [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-27 23:43:14 +00:00
DWARFDebugAranges.cpp [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-27 23:43:14 +00:00
DWARFDebugArangeSet.cpp [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-27 23:43:14 +00:00
DWARFDebugFrame.cpp [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-03-01 01:14:23 +00:00
DWARFDebugInfoEntry.cpp [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-27 23:43:14 +00:00
DWARFDebugLine.cpp Stylistic makeover of DWARFDebugLine before working on it. NFC 2017-05-01 23:27:55 +00:00
DWARFDebugLoc.cpp [DWARF] - Refactoring: localize handling of relocations in a single place. 2017-04-21 09:12:18 +00:00
DWARFDebugMacro.cpp [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-03-01 01:14:23 +00:00
DWARFDebugPubTable.cpp [DWARF] - Fix mistype in dump output of pub* tables. NFC. 2017-04-28 08:54:10 +00:00
DWARFDebugRangeList.cpp [DWARF] - Take relocations in account when extracting ranges from .debug_ranges 2017-04-24 10:19:45 +00:00
DWARFDie.cpp Using address range map to speedup finding inline stack for address. 2017-04-19 20:09:38 +00:00
DWARFFormValue.cpp Adds initial llvm-dwarfdump --verify support with unit tests. 2017-05-01 22:07:02 +00:00
DWARFGdbIndex.cpp [llvm-dwarfdump] - Change format for .gdb_index dump. 2017-04-27 10:00:13 +00:00
DWARFTypeUnit.cpp [DWARF] Print leading zeros in type signature 2017-03-01 19:43:29 +00:00
DWARFUnit.cpp [DWARF] - Take relocations in account when extracting ranges from .debug_ranges 2017-04-24 10:19:45 +00:00
DWARFUnitIndex.cpp [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-03-01 01:14:23 +00:00
LLVMBuild.txt
SyntaxHighlighting.cpp [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-03-01 01:14:23 +00:00
SyntaxHighlighting.h [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-03-01 01:14:23 +00:00