Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.modulemap417 header "llvm/Support/DataTypes.h"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc14 #include "llvm/Support/DataTypes.h"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc16 #include "llvm/Support/DataTypes.h"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1470 Type *DataTypes[] = { in createDataVariable() local
1474 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc39 * Type *DataTypes[] = {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc39 * Type *DataTypes[] = {