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_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h168 const uint64_t *CountersStart; variable
191 return CountersStart + Offset; in getCounter()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp250 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
275 RawCounts.data() < CountersStart || in readNextRecord()