Home
last modified time | relevance | path

Searched refs:CountersStart (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c27 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR);
50 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h176 const uint64_t *CountersStart; variable
241 return CountersStart + Offset; in getCounter()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp344 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
380 if (RawCounts.data() < CountersStart || in readRawCounts()