Searched refs:DataT (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 203 template <typename DataT> class AccelTable : public AccelTableBase { 205 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable() 210 void addEntries(AccelTable<DataT> &Table); 451 template <typename DataT> 452 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, 454 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value); 455 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.h | 37 template <typename DataT> class AccelTable;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 247 typename DataT = IntervalData<PointT, ValueT>> 257 using DataType = DataT;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.h | 109 union DataT { union 110 DataT() : Str() {} in DataT() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFEmitterImpl.h | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 558 template <typename DataT> 561 AccelTable<DataT> &AppleAccel, StringRef Name,
|
| H A D | DwarfDebug.cpp | 3999 template <typename DataT> 4003 AccelTable<DataT> &AppleAccel, StringRef Name, const DIE &Die) { in addAccelNameImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 25 template <typename DataT> class AccelTable;
|