Home
last modified time | relevance | path

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

/freebsd-14.2/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);
401 template <typename DataT>
402 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents,
404 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value);
405 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h36 template <typename DataT> class AccelTable;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h247 typename DataT = IntervalData<PointT, ValueT>>
257 using DataType = DataT;
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h89 union DataT { union
90 DataT() : Str() {} in DataT() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h549 template <typename DataT>
552 AccelTable<DataT> &AppleAccel, StringRef Name,
H A DDwarfDebug.cpp3561 template <typename DataT>
3565 AccelTable<DataT> &AppleAccel, StringRef Name, const DIE &Die) { in addAccelNameImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h24 template <typename DataT> class AccelTable;