Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformDarwin.c27 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR);
43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h216 const uint64_t *CountersStart; variable
299 return CountersStart + Offset; in getCounter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp395 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
428 ptrdiff_t MaxNumCounters = NamesStartAsCounter - CountersStart; in readRawCounts()