Searched refs:DataTypes (Results 1 – 9 of 9) 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"
417 header "llvm/Support/DataTypes.h"
14 #include "llvm/Support/DataTypes.h"
16 #include "llvm/Support/DataTypes.h"
1470 Type *DataTypes[] = { in createDataVariable() local1474 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable()
39 * Type *DataTypes[] = {