Home
last modified time | relevance | path

Searched defs:VNamesEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingBuffer.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()
HDInstrProfilingWriter.c256 const char *VNamesEnd = __llvm_profile_end_vtabnames(); in lprofWriteData() local
271 const char *VNamesEnd, int SkipNameDataWrite) { in lprofWriteDataImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfReader.h338 const char *VNamesEnd = nullptr; variable