Home
last modified time | relevance | path

Searched refs:DataTypes (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h64 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)...));
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap.build3 header "llvm/Support/DataTypes.h"
H A Dmodule.install.modulemap29 header "llvm/Support/DataTypes.h"
H A Dmodule.modulemap420 header "llvm/Support/DataTypes.h"
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc14 #include "llvm/Support/DataTypes.h"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1537 Type *DataTypes[] = { in getOrCreateVTableProfData() local
1543 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in getOrCreateVTableProfData()
1809 Type *DataTypes[] = { in createDataVariable() local
1813 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc16 #include "llvm/Support/DataTypes.h"
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc39 * Type *DataTypes[] = {
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc39 * Type *DataTypes[] = {
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp2500 #include "llvm/Support/DataTypes.h" in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4145 static const DenseSet<StringRef> DataTypes{ in isDataTypeToken() local
4149 return DataTypes.contains(Tok); in isDataTypeToken()