Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c51 const char *BitmapEnd = __llvm_profile_end_bitmap(); 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()
246 const char *CountersEnd, const char *BitmapBegin, const char *BitmapEnd, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c250 const char *BitmapEnd = __llvm_profile_end_bitmap(); in lprofWriteData() local
267 const char *BitmapBegin, const char *BitmapEnd, in lprofWriteDataImpl()
H A DInstrProfilingFile.c112 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode() local
238 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h334 const char *BitmapEnd; variable