Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h399 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
401 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp598 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()
611 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
625 AppleAccelTableStaticTypeData::Atoms = {
713 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.h138 void emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table);
DDwarfLinker.h480 AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
DDwarfStreamer.cpp252 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()