Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.h129 void emitAppleNamespaces(AccelTable<AppleAccelTableStaticOffsetData> &Table);
132 void emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> &Table);
135 void emitAppleObjc(AccelTable<AppleAccelTableStaticOffsetData> &Table);
DDwarfLinker.h477 AccelTable<AppleAccelTableStaticOffsetData> AppleNames;
478 AccelTable<AppleAccelTableStaticOffsetData> AppleNamespaces;
479 AccelTable<AppleAccelTableStaticOffsetData> AppleObjc;
DDwarfStreamer.cpp228 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNamespaces()
236 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNames()
244 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleObjc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h373 class AppleAccelTableStaticOffsetData : public AppleAccelTableData {
375 AppleAccelTableStaticOffsetData(uint32_t Offset) : Offset(Offset) {} in AppleAccelTableStaticOffsetData() function
399 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
404 : AppleAccelTableStaticOffsetData(Offset), in AppleAccelTableStaticTypeData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp594 void AppleAccelTableStaticOffsetData::emit(AsmPrinter *Asm) const { in emit()
610 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[];
622 AppleAccelTableStaticOffsetData::Atoms = {
709 void AppleAccelTableStaticOffsetData::print(raw_ostream &OS) const { in print()