Home
last modified time | relevance | path

Searched refs:__llvm_profile_end_bitmap (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c87 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformDarwin.c77 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformOther.c109 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } in __llvm_profile_end_bitmap() function
H A DInstrProfiling.h116 char *__llvm_profile_end_bitmap(void);
H A DInstrProfilingPlatformLinux.c96 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { in __llvm_profile_end_bitmap() function
H A DInstrProfilingBuffer.c51 const char *BitmapEnd = __llvm_profile_end_bitmap(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingMerge.c74 __llvm_profile_end_bitmap()) || in __llvm_profile_check_compatibility()
H A DInstrProfilingWriter.c250 const char *BitmapEnd = __llvm_profile_end_bitmap(); in lprofWriteData()
H A DInstrProfilingFile.c112 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode()
238 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode()