Searched refs:AppleAcceleratorTable (Results 1 – 6 of 6) sorted by relevance
45 llvm::Error AppleAcceleratorTable::extract() { in extract()86 uint32_t AppleAcceleratorTable::getHeaderDataLength() { in getHeaderDataLength()92 AppleAcceleratorTable::getAtomsDesc() { in getAtomsDesc()96 bool AppleAcceleratorTable::validateForms() { in validateForms()165 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()260 AppleAcceleratorTable::Entry::Entry( in Entry()261 const AppleAcceleratorTable::HeaderData &HdrData) in Entry()268 void AppleAcceleratorTable::Entry::extract( in extract()305 AppleAcceleratorTable::ValueIterator::ValueIterator( in ValueIterator()316 void AppleAcceleratorTable::ValueIterator::Next() { in Next()[all …]
815 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames()820 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes()825 const AppleAcceleratorTable &DWARFContext::getAppleNamespaces() { in getAppleNamespaces()831 const AppleAcceleratorTable &DWARFContext::getAppleObjC() { in getAppleObjC()
836 AppleAcceleratorTable AccelTable(AccelSectionData, *StrData); in verifyAppleAccelTable()
72 std::unique_ptr<AppleAcceleratorTable> AppleNames;73 std::unique_ptr<AppleAcceleratorTable> AppleTypes;74 std::unique_ptr<AppleAcceleratorTable> AppleNamespaces;75 std::unique_ptr<AppleAcceleratorTable> AppleObjC;283 const AppleAcceleratorTable &getAppleNames();286 const AppleAcceleratorTable &getAppleTypes();289 const AppleAcceleratorTable &getAppleNamespaces();292 const AppleAcceleratorTable &getAppleObjC();
84 class AppleAcceleratorTable : public DWARFAcceleratorTable {123 void extract(const AppleAcceleratorTable &AccelTable, uint32_t *Offset);140 friend class AppleAcceleratorTable; variable145 const AppleAcceleratorTable *AccelTable = nullptr;155 ValueIterator(const AppleAcceleratorTable &AccelTable, unsigned DataOffset);174 AppleAcceleratorTable(const DWARFDataExtractor &AccelSection, in AppleAcceleratorTable() function
325 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()