Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h377 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
379 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h378 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
380 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DAccelTable.h432 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
434 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp609 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()
620 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
704 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DAccelTable.h513 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
515 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAccelTable.h513 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
515 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAccelTable.h513 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
515 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h81 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
772 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
DDWARFStreamer.h192 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h81 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
772 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
DDWARFStreamer.h192 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h122 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
796 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
H A DDWARFStreamer.h158 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h81 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
772 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
DDWARFStreamer.h189 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h125 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinker.h158 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
909 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
DDWARFStreamer.h182 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp296 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()