Home
last modified time | relevance | path

Searched refs:CounterOffset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp434 ptrdiff_t CounterOffset = getCounterOffset(CounterPtr); in readRawCounts() local
435 if (CounterOffset < 0 || CounterOffset > MaxNumCounters || in readRawCounts()
436 ((uint32_t)CounterOffset + NumCounters) > (uint32_t)MaxNumCounters) in readRawCounts()
439 auto RawCounts = makeArrayRef(getCounter(CounterOffset), NumCounters); in readRawCounts()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinperf.d147 DWORD CounterOffset; member