Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h377 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
379 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h158 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
H A DDWARFLinker.h122 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
796 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp296 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()