Home
last modified time | relevance | path

Searched refs:VNamesBegin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c56 const char *VNamesBegin = __llvm_profile_begin_vtabnames(); in __llvm_profile_get_size_for_buffer() local
61 NamesBegin, NamesEnd, VTableBegin, VTableEnd, VNamesBegin, VNamesEnd); in __llvm_profile_get_size_for_buffer()
198 const char *VNamesBegin, const char *VNamesEnd) { in __llvm_profile_get_size_for_buffer_internal() argument
209 __llvm_profile_get_name_size(VNamesBegin, VNamesEnd); in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingWriter.c255 const char *VNamesBegin = __llvm_profile_begin_vtabnames(); in lprofWriteData() local
260 VNamesBegin, VNamesEnd, SkipNameDataWrite); in lprofWriteData()
270 const VTableProfData *VTableEnd, const char *VNamesBegin, in lprofWriteDataImpl() argument
288 __llvm_profile_get_name_size(VNamesBegin, VNamesEnd); in lprofWriteDataImpl()
346 {SkipNameDataWrite ? NULL : VNamesBegin, sizeof(uint8_t), VNamesSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingInternal.h27 const char *VNamesBegin, const char *VNamesEnd);
162 const VTableProfData *VTableEnd, const char *VNamesBegin,