Searched refs:INSTR_PROF_RAW_HEADER (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 121 /* INSTR_PROF_RAW_HEADER start */ 123 #ifndef INSTR_PROF_RAW_HEADER 124 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 128 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, 141 INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last) 142 #undef INSTR_PROF_RAW_HEADER [all …]
|
H A D | InstrProf.h | 1218 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|
/openbsd/gnu/llvm/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 121 /* INSTR_PROF_RAW_HEADER start */ 123 #ifndef INSTR_PROF_RAW_HEADER 124 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 128 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, 141 INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last) 142 #undef INSTR_PROF_RAW_HEADER [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
|
H A D | InstrProfilingWriter.c | 295 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro
|