Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c44 uint64_t COMPILER_RT_SECTION(".lprfc$A") CountersStart;
59 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters()
H A DInstrProfilingPlatformDarwin.c30 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME);
56 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h219 const uint64_t *CountersStart; variable
306 return CountersStart + Offset; in getCounter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp401 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
434 ptrdiff_t MaxNumCounters = NamesStartAsCounter - CountersStart; in readRawCounts()