Searched refs:AppleAccelTableStaticTypeData (Results 1 – 5 of 5) sorted by relevance
379 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {381 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
608 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];703 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
153 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
138 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;764 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
290 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()