Home
last modified time | relevance | path

Searched refs:CountersDelta (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c147 uintptr_t CountersDelta = Header->CountersDelta; in __llvm_profile_merge_from_buffer() local
203 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer()
206 CountersDelta -= sizeof(*SrcData); in __llvm_profile_merge_from_buffer()
H A DInstrProfilingWriter.c315 Header.CountersDelta = (uint32_t)Header.CountersDelta; in lprofWriteDataImpl()
321 Header.CountersDelta = 0; in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h324 uint64_t CountersDelta; variable
448 CountersDelta -= sizeof(*Data); in advanceData()
H A DInstrProfData.inc164 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp596 CountersDelta = swap(Header.CountersDelta); in readHeader()
639 if (!(DataSize == 0 && NamesSize == 0 && CountersDelta == 0 && in readHeader()
693 ptrdiff_t CounterBaseOffset = swap(Data->CounterPtr) - CountersDelta; in readRawCounts()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc164 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta,