Searched refs:DataT (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 202 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 D | DWARFEmitterImpl.h | 36 template <typename DataT> class AccelTable;
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 247 typename DataT = IntervalData<PointT, ValueT>> 257 using DataType = DataT;
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.h | 90 union DataT { union 91 DataT() : Str() {} in DataT() function
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 549 template <typename DataT> 552 AccelTable<DataT> &AppleAccel, StringRef Name,
|
| H A D | DwarfDebug.cpp | 3549 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 D | DWARFStreamer.h | 24 template <typename DataT> class AccelTable;
|