Home
last modified time | relevance | path

Searched refs:INSTR_PROF_RAW_HEADER (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-profdata/
Dmalformed-ptr-to-counter-array.test3 // 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/
DInstrProfData.inc124 /* 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 …]
DInstrProf.h925 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
/external/compiler-rt/lib/profile/
DInstrProfData.inc124 /* 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 …]
DInstrProfiling.h31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
DInstrProfilingWriter.c267 #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/
DInstrProfData.inc123 /* 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 …]
DInstrProf.h1121 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc123 /* 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/
DInstrProfData.inc123 /* 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 …]
DInstrProf.h1130 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.h31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
DInstrProfilingWriter.c283 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro