Home
last modified time | relevance | path

Searched refs:NamesBegin (Results 1 – 6 of 6) sorted by relevance

/freebsd/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
57 NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
151 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_get_size_for_buffer_internal() argument
153 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal()
191 const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument
195 CountersEnd, BitmapBegin, BitmapEnd, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingInternal.h25 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd);
40 const char *NamesBegin, const char *NamesEnd);
158 VPDataReaderType *VPDataReader, const char *NamesBegin,
H A DInstrProfilingWriter.c251 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData() local
255 NamesBegin, NamesEnd, SkipNameDataWrite); in lprofWriteData()
263 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl() argument
275 const uint64_t NamesSize = __llvm_profile_get_name_size(NamesBegin, NamesEnd); in lprofWriteDataImpl()
325 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingFile.c113 const char *NamesBegin = __llvm_profile_begin_names(); in mmapForContinuousMode() local
115 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc147 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc147 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)