Searched defs:CountersEnd (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 49 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer() local 195 const char *CountersBegin, const char *CountersEnd, const char *BitmapBegin, in __llvm_profile_get_size_for_buffer_internal() 246 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, in __llvm_profile_write_buffer_internal()
|
| H A D | InstrProfilingPlatformFuchsia.c | 120 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_initialize() local
|
| H A D | InstrProfilingWriter.c | 248 const char *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local 267 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, in lprofWriteDataImpl()
|
| H A D | InstrProfilingFile.c | 113 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode() local 253 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode() local 1284 const char *CountersEnd, const char *NamesBegin, in __llvm_write_custom_profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 399 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl() local 478 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 358 const char *CountersEnd; variable
|