Searched refs:NamesDelta (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | malformed-num-counters-zero.test | 10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|
| H A D | malformed-not-space-for-another-header.test | 10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|
| H A D | malformed-ptr-to-counter-array.test | 10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|
| H A D | binary-ids-padding.test | 10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingWriter.c | 310 Header.NamesDelta = 0; in lprofWriteDataImpl()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 400 NamesDelta = swap(Header.NamesDelta); in readHeader() 426 assert(CountersDelta == 0 && NamesDelta == 0); in readHeader()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 271 uint64_t NamesDelta; variable
|
| H A D | InstrProfData.inc | 140 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 140 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
|