Searched defs:DataBegin (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer() local 149 __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 188 __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 | 219 const __llvm_profile_data *DataBegin, in writeValueProfData() argument 245 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in lprofWriteData() 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) lprofWriteDataImpl() argument
|
H A D | InstrProfiling.c | 67 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters() local
|
H A D | InstrProfilingPlatformFuchsia.c | 117 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_initialize() local
|
H A D | InstrProfilingFile.c | 107 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in mmapForContinuousMode() local 231 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); mmapForContinuousMode() local 552 const uint32_t *DataBegin = __llvm_profile_begin_orderfile(); writeOrderFile() local
|