Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_bitmap (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c64 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } in __llvm_profile_begin_bitmap() function
H A DInstrProfiling.c63 I = __llvm_profile_begin_bitmap(); in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformWindows.c67 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart + 1; } in __llvm_profile_begin_bitmap() function
H A DInstrProfiling.h108 char *__llvm_profile_begin_bitmap(void);
H A DInstrProfilingPlatformOther.c92 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingBuffer.c50 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformLinux.c72 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { in __llvm_profile_begin_bitmap() function
H A DInstrProfilingMerge.c73 __llvm_profile_get_num_bitmap_bytes(__llvm_profile_begin_bitmap(), in __llvm_profile_check_compatibility()
H A DInstrProfilingWriter.c249 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in lprofWriteData()
H A DInstrProfilingFile.c111 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in mmapForContinuousMode()
235 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in mmapForContinuousMode()