struct HighPC
Defined at line 51 of file ../../src/developer/debug/zxdb/symbols/dwarf_die_decoder.h
DW_AT_high_pc is special: If it is of class "address", it's an address, and if it's of class
"constant" it's an unsigned integer offset from the low PC. This struct encodes whether it was
a constant or not in the output. Use with AddHighPC().
Public Members
bool is_constant
uint64_t value
Public Methods
void HighPC ()
Defined at line 52 of file ../../src/developer/debug/zxdb/symbols/dwarf_die_decoder.h
void HighPC (bool c, uint64_t v)
Defined at line 53 of file ../../src/developer/debug/zxdb/symbols/dwarf_die_decoder.h