Searched refs:INSTR_PROF_RAW_HEADER (Results 1 – 7 of 7) sorted by relevance
/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/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/swiftshader/third_party/llvm-7.0/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 | 1034 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro
|