Searched defs:NamesEnd (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 53 const char *NamesEnd = __llvm_profile_end_names(); in __llvm_profile_get_size_for_buffer() local 151 __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 191 __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 | 252 const char *NamesEnd = __llvm_profile_end_names(); in lprofWriteData() local 264 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 | InstrProfilingFile.c | 114 const char *NamesEnd = __llvm_profile_end_names(); in mmapForContinuousMode() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 334 const char *NamesEnd; global() variable
|