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"
430 header "llvm/Support/DataTypes.h"
14 #include "llvm/Support/DataTypes.h"
1534 Type *DataTypes[] = { in getOrCreateVTableProfData() local1540 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in getOrCreateVTableProfData()1807 Type *DataTypes[] = { in createDataVariable() local1811 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable()
16 #include "llvm/Support/DataTypes.h"
2528 #include "llvm/Support/DataTypes.h" in run()
39 * Type *DataTypes[] = {
4152 static const DenseSet<StringRef> DataTypes{ in isDataTypeToken() local4156 return DataTypes.contains(Tok); in isDataTypeToken()