Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h377 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
379 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h160 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
H A DDWARFLinker.h121 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
756 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp607 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()
618 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
702 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp291 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()