Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c23 extern uint64_t CountersStart __asm("section$start$__DATA$__llvm_prf_cnts");
40 uint64_t *__llvm_profile_counters_begin(void) { return &CountersStart; } in __llvm_profile_counters_begin()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h167 const uint64_t *CountersStart; variable
191 return CountersStart + Offset; in getCounter()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp230 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
255 RawCounts.data() < CountersStart || in readNextRecord()