Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c19 const char *NamesBegin = __llvm_profile_begin_names(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
38 const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_get_size_for_buffer_internal() argument
40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal()
63 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument
67 CountersEnd, 0, NamesBegin, NamesEnd, 0); in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c243 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData() local
246 CountersEnd, VPDataReader, NamesBegin, NamesEnd, in lprofWriteData()
254 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl() argument
260 const uint64_t NamesSize = NamesEnd - NamesBegin; in lprofWriteDataImpl()
281 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize}, in lprofWriteDataImpl()
H A DInstrProfilingInternal.h26 const char *NamesBegin, const char *NamesEnd);
40 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd);
151 VPDataReaderType *VPDataReader, const char *NamesBegin,
H A DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)