1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include/llvm/DebugInfo/GSYM
Greg Clayton 989d8f9a89 GSYM: Add the llvm::gsym::Header header class with tests
This patch adds the llvm::gsym::Header class which appears at the start of a stand alone GSYM file, or in the first bytes of the GSYM data in a GSYM section within a file. Added encode and decode methods with full error handling and full tests.

Differential Revision: https://reviews.llvm.org/D67666

llvm-svn: 372149
2019-09-17 17:46:13 +00:00
..
FileEntry.h Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
FileWriter.h Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
FunctionInfo.h GSYM: add encoding and decoding to FunctionInfo 2019-09-17 16:15:49 +00:00
Header.h GSYM: Add the llvm::gsym::Header header class with tests 2019-09-17 17:46:13 +00:00
InlineInfo.h Add encode and decode methods to InlineInfo and document encoding format to the GSYM file format. 2019-09-04 17:32:51 +00:00
LineEntry.h Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
LineTable.h Add a LineTable class to GSYM and test it. 2019-09-11 20:51:03 +00:00
Range.h [NFC] Fix file header filename to be Range.h 2019-09-12 22:23:03 +00:00
StringTable.h Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00