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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters(); local
H A DInstrProfilingBuffer.c49 const char *CountersEnd = __llvm_profile_end_counters(); local
148 __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) argument
187 __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) argument
H A DInstrProfilingWriter.c248 const char *CountersEnd = __llvm_profile_end_counters(); local
259 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) argument
H A DInstrProfilingFile.c110 const char *CountersEnd = __llvm_profile_end_counters(); local
234 const char *CountersEnd = __llvm_profile_end_counters(); local
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp456 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h330 const char *CountersEnd; member in class:llvm::RawInstrProfReader

Completed in 91 milliseconds