Home
last modified time | relevance | path

Searched refs:NamesDelta (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dmalformed-num-counters-zero.test10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dmalformed-not-space-for-another-header.test10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dmalformed-ptr-to-counter-array.test10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dbinary-ids-padding.test10 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c310 Header.NamesDelta = 0; in lprofWriteDataImpl()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp400 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 DInstrProfReader.h271 uint64_t NamesDelta; variable
H A DInstrProfData.inc140 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc140 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)