HomeSort by relevance Sort by last modified time
    Searched defs:AccelTable (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AccelTable.h 1 //==- include/llvm/CodeGen/AccelTable.h - Accelerator Tables -----*- C++ -*-==//
93 /// This file defines the class template AccelTable, which is represents an
116 /// argument of the AccelTable class template.
135 /// A base class holding non-template-dependant functionality of the AccelTable
137 /// AccelTable with a type derived from AccelTableData.
199 template <typename DataT> class AccelTable : public AccelTableBase {
201 AccelTable() : AccelTableBase(DataT::hash) {}
209 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name,
302 /// AccelTable. The DataT template parameter should be derived from
305 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 123 void extract(const AppleAcceleratorTable &AccelTable, uint32_t *Offset);
145 const AppleAcceleratorTable *AccelTable = nullptr;
155 ValueIterator(const AppleAcceleratorTable &AccelTable, unsigned DataOffset);
500 ValueIterator(const DWARFDebugNames &AccelTable, StringRef Key);

Completed in 64 milliseconds