10 #ifndef LLVM_LIB_DEBUGINFO_DWARFACCELERATORTABLE_H
11 #define LLVM_LIB_DEBUGINFO_DWARFACCELERATORTABLE_H
25 uint16_t HashFunction;
28 uint32_t HeaderDataLength;
32 typedef uint16_t AtomType;
33 typedef uint16_t
Form;
34 uint32_t DIEOffsetBase;
39 struct HeaderData HdrData;
46 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection, const RelocAddrMap &Relocs)
static const char *const Magic
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small...
void dump(raw_ostream &OS) const
This class implements an extremely fast bulk output stream that can only output to a stream...