Searched defs:CountersEnd (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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 150 __llvm_profile_get_size_for_buffer_internal(const __llvm_profile_data * DataBegin,const __llvm_profile_data * DataEnd,const char * CountersBegin,const char * CountersEnd,const char * BitmapBegin,const char * BitmapEnd,const char * NamesBegin,const char * NamesEnd) __llvm_profile_get_size_for_buffer_internal() argument 190 __llvm_profile_write_buffer_internal(char * Buffer,const __llvm_profile_data * DataBegin,const __llvm_profile_data * DataEnd,const char * CountersBegin,const char * CountersEnd,const char * BitmapBegin,const char * BitmapEnd,const char * NamesBegin,const char * NamesEnd) __llvm_profile_write_buffer_internal() argument
|
H A D | InstrProfilingWriter.c | 248 const char *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local 261 lprofWriteDataImpl(ProfDataWriter * Writer,const __llvm_profile_data * DataBegin,const __llvm_profile_data * DataEnd,const char * CountersBegin,const char * CountersEnd,const char * BitmapBegin,const char * BitmapEnd,VPDataReaderType * VPDataReader,const char * NamesBegin,const char * NamesEnd,int SkipNameDataWrite) lprofWriteDataImpl() argument
|
H A D | InstrProfilingPlatformFuchsia.c | 120 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_initialize() local
|
H A D | InstrProfilingFile.c | 110 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode() local 234 const char *CountersEnd = __llvm_profile_end_counters(); mmapForContinuousMode() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 377 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; correlateProfileDataImpl() local 456 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; correlateProfileDataImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 330 const char *CountersEnd; global() variable
|