Searched refs:CountersDelta (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 113 uintptr_t CountersDelta = Header->CountersDelta; in __llvm_profile_merge_from_buffer() local 148 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer() 151 CountersDelta -= sizeof(*SrcData); in __llvm_profile_merge_from_buffer()
|
| H A D | InstrProfilingWriter.c | 304 Header.CountersDelta = (uint32_t)Header.CountersDelta; in lprofWriteDataImpl() 309 Header.CountersDelta = 0; in lprofWriteDataImpl()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | malformed-num-counters-zero.test | 9 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
| H A D | malformed-not-space-for-another-header.test | 9 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
| H A D | malformed-ptr-to-counter-array.test | 9 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
| H A D | binary-ids-padding.test | 9 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 399 CountersDelta = swap(Header.CountersDelta); in readHeader() 426 assert(CountersDelta == 0 && NamesDelta == 0); in readHeader() 477 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 270 uint64_t CountersDelta; variable 370 CountersDelta -= sizeof(*Data); in advanceData()
|
| H A D | InstrProfData.inc | 138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta,
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta,
|