/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | malformed-ptr-to-counter-array.test | 3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 4 // INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 5 // INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 6 // INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 7 // INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 8 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin) 9 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin) 10 // INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last)
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 124 /* INSTR_PROF_RAW_HEADER start */ 126 #ifndef INSTR_PROF_RAW_HEADER 127 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 131 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 133 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin) 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin) [all …]
|
D | InstrProf.h | 925 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 124 /* INSTR_PROF_RAW_HEADER start */ 126 #ifndef INSTR_PROF_RAW_HEADER 127 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 131 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 132 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 133 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) 136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin) 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin) [all …]
|
D | InstrProfiling.h | 31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
|
D | InstrProfilingWriter.c | 267 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 123 /* INSTR_PROF_RAW_HEADER start */ 125 #ifndef INSTR_PROF_RAW_HEADER 126 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 130 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 133 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters) 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesAfterCounters, PaddingBytesAfterCounters) 136 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) [all …]
|
D | InstrProf.h | 1121 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|
/external/llvm-project/compiler-rt/include/profile/ |
D | InstrProfData.inc | 123 /* INSTR_PROF_RAW_HEADER start */ 125 #ifndef INSTR_PROF_RAW_HEADER 126 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 130 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 133 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters) 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesAfterCounters, PaddingBytesAfterCounters) 136 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) [all …]
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 123 /* INSTR_PROF_RAW_HEADER start */ 125 #ifndef INSTR_PROF_RAW_HEADER 126 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) 130 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic()) 131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version()) 132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize) 133 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters) 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize) 135 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesAfterCounters, PaddingBytesAfterCounters) 136 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize) [all …]
|
D | InstrProf.h | 1130 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
|
D | InstrProfilingWriter.c | 283 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro
|