Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h378 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
380 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h125 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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()