Searched refs:DWARFAcceleratorTable (Results 1 – 7 of 7) sorted by relevance
32 class DWARFAcceleratorTable {70 DWARFAcceleratorTable(const DWARFDataExtractor &AccelSection, in DWARFAcceleratorTable() function73 virtual ~DWARFAcceleratorTable();78 DWARFAcceleratorTable(const DWARFAcceleratorTable &) = delete;79 void operator=(const DWARFAcceleratorTable &) = delete;84 class AppleAcceleratorTable : public DWARFAcceleratorTable {117 class Entry final : public DWARFAcceleratorTable::Entry {176 : DWARFAcceleratorTable(AccelSection, StringSection) {} in AppleAcceleratorTable()225 class DWARFDebugNames : public DWARFAcceleratorTable {281 class Entry final : public DWARFAcceleratorTable::Entry {[all …]
20 class DWARFAcceleratorTable {44 DWARFAcceleratorTable(DataExtractor AccelSection, DataExtractor StringSection, in DWARFAcceleratorTable() function
17 bool DWARFAcceleratorTable::extract() { in extract()49 void DWARFAcceleratorTable::dump(raw_ostream &OS) const { in dump()
3 DWARFAcceleratorTable.cpp
72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection()
4 DWARFAcceleratorTable.cpp
42 DWARFAcceleratorTable::~DWARFAcceleratorTable() = default;