Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.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()
H A DInstrProfilingWriter.c252 const char *NamesEnd = __llvm_profile_end_names(); in lprofWriteData() local
269 const char *NamesEnd, const VTableProfData *VTableBegin, in lprofWriteDataImpl()
H A DInstrProfilingFile.c114 const char *NamesEnd = __llvm_profile_end_names(); in mmapForContinuousMode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h336 const char *NamesEnd; variable