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 "Support/DataTypes.h"
25 header "Support/DataTypes.h"
434 header "llvm/Support/DataTypes.h"
14 #include "llvm/Support/DataTypes.h"
16 #include "llvm/Support/DataTypes.h"
999 Type *DataTypes[] = { in getOrCreateRegionCounters() local1003 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters()
39 * Type *DataTypes[] = {
205 "include/llvm-c/DataTypes.h",
5494 llvm/include/llvm/Support/DataTypes.h