Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c29 char *__llvm_profile_end_bitmap(void);
48 __llvm_profile_begin_bitmap(), __llvm_profile_end_bitmap(), in main()
56 __llvm_profile_begin_bitmap(), __llvm_profile_end_bitmap(), in main()
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c64 E = __llvm_profile_end_bitmap(); in __llvm_profile_reset_counters()
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.c110 char *__llvm_profile_end_bitmap(void) { return BitmapLast; }
109 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } __llvm_profile_end_bitmap() function
H A DInstrProfiling.h122 char *__llvm_profile_end_bitmap(void);
H A DInstrProfilingPlatformLinux.c102 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) {
96 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { __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.c114 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode()
254 const char *BitmapEnd = __llvm_profile_end_bitmap(); in mmapForContinuousMode()