Home
last modified time | relevance | path

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

/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
61 NamesBegin, NamesEnd, VTableBegin, VTableEnd, VNamesBegin, VNamesEnd); in __llvm_profile_get_size_for_buffer()
196 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd, in __llvm_profile_get_size_for_buffer_internal() argument
200 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal()
247 const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument
253 BitmapBegin, BitmapEnd, /*VPDataReader=*/0, NamesBegin, NamesEnd, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingInternal.h25 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd,
42 const char *NamesBegin, const char *NamesEnd);
160 VPDataReaderType *VPDataReader, const char *NamesBegin,
H A DInstrProfilingWriter.c251 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData() local
259 NamesBegin, NamesEnd, VTableBegin, VTableEnd, in lprofWriteData()
268 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl() argument
282 const uint64_t NamesSize = __llvm_profile_get_name_size(NamesBegin, NamesEnd); in lprofWriteDataImpl()
342 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingFile.c115 const char *NamesBegin = __llvm_profile_begin_names(); in mmapForContinuousMode()
117 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode()
113 const char *NamesBegin = __llvm_profile_begin_names(); mmapForContinuousMode() local
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c34 const char *NamesBegin, const char *NamesEnd, const void *VTableBegin,
40 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd);
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dmalformed-not-space-for-another-header.test12 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dmalformed-ptr-to-counter-array.test12 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dbinary-ids-padding.test12 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
H A Dmalformed-num-counters-zero.test12 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc168 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc168 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)