Searched refs:__llvm_profile_end_bitmap (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c64 E = __llvm_profile_end_bitmap();
H A DInstrProfilingPlatformWindows.c68 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } function
H A DInstrProfilingPlatformDarwin.c66 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } function
H A DInstrProfilingPlatformOther.c94 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } function
H A DInstrProfiling.h109 char *__llvm_profile_end_bitmap(void);
H A DInstrProfilingBuffer.c51 const char *BitmapEnd = __llvm_profile_end_bitmap();
H A DInstrProfilingPlatformLinux.c75 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { function
H A DInstrProfilingMerge.c74 __llvm_profile_end_bitmap()) ||
H A DInstrProfilingWriter.c250 const char *BitmapEnd = __llvm_profile_end_bitmap();
H A DInstrProfilingFile.c112 const char *BitmapEnd = __llvm_profile_end_bitmap();
236 const char *BitmapEnd = __llvm_profile_end_bitmap();

Completed in 181 milliseconds