Searched refs:AppleAcceleratorTable (Results 1 – 6 of 6) sorted by relevance
44 Error AppleAcceleratorTable::extract() { in extract()85 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()91 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()95 bool AppleAcceleratorTable::validateForms() { in validateForms()164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()259 AppleAcceleratorTable::Entry::Entry( in Entry()260 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()267 void AppleAcceleratorTable::Entry::extract( in extract()304 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()315 void AppleAcceleratorTable::ValueIterator::Next() { in Next()[all …]
907 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()912 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()917 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()923 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
873 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
67 std::unique_ptr<AppleAcceleratorTable> AppleNames;68 std::unique_ptr<AppleAcceleratorTable> AppleTypes;69 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;70 std::unique_ptr<AppleAcceleratorTable> AppleObjC;308 const AppleAcceleratorTable &getAppleNames();311 const AppleAcceleratorTable &getAppleTypes();314 const AppleAcceleratorTable &getAppleNamespaces();317 const AppleAcceleratorTable &getAppleObjC();
83 class AppleAcceleratorTable : public DWARFAcceleratorTable {122 void extract(const AppleAcceleratorTable &AccelTable, uint64_t *Offset);139 friend class AppleAcceleratorTable; variable144 const AppleAcceleratorTable *AccelTable = nullptr;161 ValueIterator(const AppleAcceleratorTable &AccelTable, uint64_t DataOffset);180 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() function
370 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()