Searched refs:INSTR_PROF_RAW_HEADER (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| D | InstrProfData.inc | 90 /* INSTR_PROF_RAW_HEADER start */ 92 #ifndef INSTR_PROF_RAW_HEADER 93 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 97 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 98 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 99 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 100 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 101 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin) 103 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin) [all …]
|
| D | InstrProfiling.h | 29 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
|
| D | InstrProfilingWriter.c | 162 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in llvmWriteProfDataImpl() macro
|