Home
last modified time | relevance | path

Searched defs:VNamesEnd (Results 1 – 3 of 3) 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
198 const char *VNamesBegin, const char *VNamesEnd) { in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingWriter.c256 const char *VNamesEnd = __llvm_profile_end_vtabnames(); in lprofWriteData() local
271 const char *VNamesEnd, int SkipNameDataWrite) { in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h338 const char *VNamesEnd = nullptr; variable