Searched refs:AppleAcceleratorTable (Results 1 – 6 of 6) sorted by relevance
43 Error AppleAcceleratorTable::extract() { in extract()84 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()90 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()94 bool AppleAcceleratorTable::validateForms() { in validateForms()163 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()258 AppleAcceleratorTable::Entry::Entry( in Entry()259 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()266 void AppleAcceleratorTable::Entry::extract( in extract()303 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()314 void AppleAcceleratorTable::ValueIterator::Next() { in Next()[all …]
945 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()950 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()955 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()961 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
974 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
32 class AppleAcceleratorTable; variable62 std::unique_ptr<AppleAcceleratorTable> AppleNames;63 std::unique_ptr<AppleAcceleratorTable> AppleTypes;64 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;65 std::unique_ptr<AppleAcceleratorTable> AppleObjC;315 const AppleAcceleratorTable &getAppleNames();318 const AppleAcceleratorTable &getAppleTypes();321 const AppleAcceleratorTable &getAppleNamespaces();324 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
386 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()