Home
last modified time | relevance | path

Searched defs:NamesEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingBuffer.c53 const char *NamesEnd = __llvm_profile_end_names(); in __llvm_profile_get_size_for_buffer() local
196 const char *BitmapEnd, const char *NamesBegin, const char *NamesEnd, in __llvm_profile_get_size_for_buffer_internal()
247 const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal()
HDInstrProfilingWriter.c252 const char *NamesEnd = __llvm_profile_end_names(); in lprofWriteData() local
269 const char *NamesEnd, const VTableProfData *VTableBegin, in lprofWriteDataImpl()
HDInstrProfilingFile.c114 const char *NamesEnd = __llvm_profile_end_names(); in mmapForContinuousMode() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfReader.h336 const char *NamesEnd; variable