Home
last modified time | relevance | path

Searched refs:AppleAccelTableStaticTypeData (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h379 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
381 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp608 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()
619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
703 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h153 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
H A DDWARFLinker.h138 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
764 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp290 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()