Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c28 char *__llvm_profile_begin_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.c63 I = __llvm_profile_begin_bitmap(); in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformWindows.c86 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart + 1; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformDarwin.c75 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformOther.c108 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; }
107 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; } __llvm_profile_begin_bitmap() function
H A DInstrProfiling.h121 char *__llvm_profile_begin_bitmap(void);
H A DInstrProfilingPlatformLinux.c99 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { in __llvm_profile_begin_orderfile()
93 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { __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 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.c113 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in mmapForContinuousMode()
253 const char *BitmapBegin = __llvm_profile_begin_bitmap(); in mmapForContinuousMode()