Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h212 uint64_t CountersDelta; variable
295 return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t); in getCounterOffset()
H A DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp369 CountersDelta = swap(Header.CountersDelta); in readHeader()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)