Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARF] Generalized verification of .apple_names accelerator table to be ↵ | Spyridoula Gravani | 2017-07-26 | 1 | -5/+5 |
| | | | | | | | | applicable to any acceleration table. Added verification for .apple_types, .apple_namespaces and .apple_objc sections. Differential Revision: https://reviews.llvm.org/D35853 llvm-svn: 309068 | ||||
* | [DWARF] Added verification checks for the .apple_names section. | Spyridoula Gravani | 2017-06-29 | 1 | -0/+64 |
This patch verifies the number of atoms, the validity of the form for each atom, as well as the validity of the hashdata. For hashdata, we're verifying that the hashdata offset is correct and that the offset in the .debug_info for each DIE in the hashdata is also valid. llvm-svn: 306735 |