Searched defs:BitmapEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c51 const char *BitmapEnd = __llvm_profile_end_bitmap(); 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.c250 const char *BitmapEnd = __llvm_profile_end_bitmap(); 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.c112 const char *BitmapEnd = __llvm_profile_end_bitmap(); local
236 const char *BitmapEnd = __llvm_profile_end_bitmap(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h332 const char *BitmapEnd; member in class:llvm::RawInstrProfReader

Completed in 173 milliseconds