Searched refs:AppleAccelTableStaticTypeData (Results 1 – 5 of 5) sorted by relevance
377 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {379 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
160 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
121 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;756 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
607 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];702 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
291 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()