HomeSort by: relevance | last modified time | path
    Searched refs:CountersStart (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 27 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR);
43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 216 const uint64_t *CountersStart;
299 return CountersStart + Offset;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 395 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset);
428 ptrdiff_t MaxNumCounters = NamesStartAsCounter - CountersStart;

Completed in 22 milliseconds