Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c118 Header->CountersDelta) / in __llvm_profile_merge_from_buffer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h215 uint64_t CountersDelta; variable
302 return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t); in getCounterOffset()
H A DInstrProfData.inc138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp370 CountersDelta = swap(Header.CountersDelta); in readHeader()
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)