Searched refs:DataTypes (Results 1 – 14 of 14) sorted by relevance
1 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\24 /* Please keep this file in sync with DataTypes.h.cmake */57 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"62 "#including Support/DataTypes.h"
65 template <MetadataRecord::RecordKinds Kind, class... DataTypes>66 MetadataRecord createMetadataRecord(DataTypes &&... Ds) {67 static_assert(AggregateSizes<std::tuple<DataTypes...>>::value <=74 std::make_tuple(std::forward<DataTypes>(Ds)...));
3 header "Support/DataTypes.h"
25 header "Support/DataTypes.h"
438 header "llvm/Support/DataTypes.h"
14 #include "llvm/Support/DataTypes.h"
912 Type *DataTypes[] = { in getOrCreateRegionCounters() local916 auto *DataTy = StructType::get(Ctx, makeArrayRef(DataTypes)); in getOrCreateRegionCounters()
16 #include "llvm/Support/DataTypes.h"
40 * Type *DataTypes[] = {
39 * Type *DataTypes[] = {
11107 …"include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes…
2035 AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])