Home
last modified time | relevance | path

Searched refs:DataT (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h202 template <typename DataT> class AccelTable : public AccelTableBase {
204 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable()
209 void addEntries(AccelTable<DataT> &Table);
447 template <typename DataT>
448 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents,
450 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value);
451 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h36 template <typename DataT> class AccelTable;
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h247 typename DataT = IntervalData<PointT, ValueT>>
257 using DataType = DataT;
/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h90 union DataT { union
91 DataT() : Str() {} in DataT() function
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h549 template <typename DataT>
552 AccelTable<DataT> &AppleAccel, StringRef Name,
H A DDwarfDebug.cpp3549 template <typename DataT>
3553 AccelTable<DataT> &AppleAccel, StringRef Name, const DIE &Die) { in addAccelNameImpl()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h24 template <typename DataT> class AccelTable;