Searched defs:CounterPtr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h150 const IntPtrT CounterPtr; member in struct:llvm::RawInstrProfReader::ProfileData
189 const uint64_t *getCounter(IntPtrT CounterPtr) const {
190 ptrdiff_t Offset = (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t);

Completed in 557 milliseconds