Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c57 const char *VNamesEnd = __llvm_profile_end_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.c256 const char *VNamesEnd = __llvm_profile_end_vtabnames(); in lprofWriteData() local
260 VNamesBegin, VNamesEnd, SkipNameDataWrite); in lprofWriteData()
271 const char *VNamesEnd, int SkipNameDataWrite) { in lprofWriteDataImpl() argument
288 __llvm_profile_get_name_size(VNamesBegin, VNamesEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h27 const char *VNamesBegin, const char *VNamesEnd);
163 const char *VNamesEnd, int SkipNameDataWrite);
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h338 const char *VNamesEnd = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp542 StringRef(VNamesStart, VNamesEnd - VNamesStart))) in createSymtab()
657 VNamesEnd = VNamesStart + VTableNameSize; in readHeader()