Home
last modified time | relevance | path

Searched defs:CountersEnd (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c45 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer() local
126 const char *CountersBegin, const char *CountersEnd, const char *NamesBegin, in __llvm_profile_get_size_for_buffer_internal()
162 const char *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c248 const char *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local
259 const char *CountersBegin, const char *CountersEnd, in lprofWriteDataImpl()
H A DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_initialize() local
H A DInstrProfilingFile.c110 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode() local
199 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp308 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h296 const char *CountersEnd; variable