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/
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()
DInstrProfilingWriter.c248 const char *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local
259 const char *CountersBegin, const char *CountersEnd, in lprofWriteDataImpl()
DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_initialize() local
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/
DInstrProfCorrelator.cpp308 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl() local
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfReader.h296 const char *CountersEnd; variable