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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 23 extern uint64_t CountersStart __asm("section$start$__DATA$__llvm_prf_cnts");
40 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; }
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 168 const uint64_t *CountersStart;
191 return CountersStart + Offset;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 250 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset);
275 RawCounts.data() < CountersStart ||

Completed in 204 milliseconds