Searched refs:DataTypes (Results 1 – 11 of 11) sorted by relevance
64 template <MetadataRecord::RecordKinds Kind, class... DataTypes>65 MetadataRecord createMetadataRecord(DataTypes &&... Ds) {66 static_assert(AggregateSizes<std::tuple<DataTypes...>>::value <=73 std::make_tuple(std::forward<DataTypes>(Ds)...));
3 header "llvm/Support/DataTypes.h"
29 header "llvm/Support/DataTypes.h"
420 header "llvm/Support/DataTypes.h"
14 #include "llvm/Support/DataTypes.h"
1537 Type *DataTypes[] = { in getOrCreateVTableProfData() local1543 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in getOrCreateVTableProfData()1809 Type *DataTypes[] = { in createDataVariable() local1813 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable()
16 #include "llvm/Support/DataTypes.h"
39 * Type *DataTypes[] = {
2500 #include "llvm/Support/DataTypes.h" in run()
4145 static const DenseSet<StringRef> DataTypes{ in isDataTypeToken() local4149 return DataTypes.contains(Tok); in isDataTypeToken()