Home
last modified time | relevance | path

Searched defs:NamesBegin (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c52 const char *NamesBegin = __llvm_profile_begin_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 DInstrProfilingWriter.c251 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData() local
263 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 DInstrProfilingFile.c113 const char *NamesBegin = __llvm_profile_begin_names(); in mmapForContinuousMode() local