Searched refs:INSTR_PROF_RAW_HEADER (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/include/profile/ |
| HD | InstrProfData.inc | 145 /* INSTR_PROF_RAW_HEADER start */ 149 #ifndef INSTR_PROF_RAW_HEADER 150 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 155 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL)) 157 INSTR_PROF_RAW_HEADER(uint64_t, NumData, NumData) 158 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters) 159 INSTR_PROF_RAW_HEADER(uint64_t, NumCounters, NumCounters) 160 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesAfterCounters, PaddingBytesAfterCounters) [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | InstrProfData.inc | 145 /* INSTR_PROF_RAW_HEADER start */ 149 #ifndef INSTR_PROF_RAW_HEADER 150 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 154 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 155 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL)) 157 INSTR_PROF_RAW_HEADER(uint64_t, NumData, NumData) 158 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters) 159 INSTR_PROF_RAW_HEADER(uint64_t, NumCounters, NumCounters) 160 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesAfterCounters, PaddingBytesAfterCounters) [all …]
|
| HD | InstrProf.h | 1284 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/ |
| HD | InstrProfiling.h | 42 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
|
| HD | InstrProfilingWriter.c | 308 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro
|