A class that verifies DWARF debug information given a DWARF Context.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFVerifier.h>
class DWARFVerifier;
Types
Name |
Description |
A class that keeps the address range information for a single DIE. |
Member Functions
Name |
Description |
|
Construct a verifier that reports to |
Verify the information in accelerator tables, if they exist. |
|
Verify the information in any of the following sections, if available: .debug_abbrev, debug_abbrev.dwo |
|
Verify the information in the .debug_cu_index section. |
|
Verify the information in the .debug_info and .debug_types sections. |
|
Verify the information in the .debug_line section. |
|
Verify the information in the .debug_str_offsets[.dwo]. |
|
Verify the information in the .debug_tu_index section. |
|
Emits any aggregate information collected, depending on the dump options |
|
Verify the contents of a .debug_str_offsets[.dwo]section. |
Created with MrDocs