HomeSort by relevance Sort by last modified time
    Searched refs:CounterPtr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 151 const IntPtrT CounterPtr;
189 const uint64_t *getCounter(IntPtrT CounterPtr) const {
190 ptrdiff_t Offset = (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t);
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 269 auto RawCounts = makeArrayRef(getCounter(Data->CounterPtr), NumCounters);

Completed in 57 milliseconds