Home
last modified time | relevance | path

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

/freebsd/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h247 typename DataT = IntervalData<PointT, ValueT>>
257 using DataType = DataT;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h90 union DataT { union
91 DataT() : Str() {} in DataT() function
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h24 template <typename DataT> class AccelTable;