Searched defs:__llvm_profile_begin_bitmap (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 64 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } __llvm_profile_begin_bitmap() function |
H A D | InstrProfilingPlatformWindows.c | 67 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart + 1; } __llvm_profile_begin_bitmap() function |
H A D | InstrProfilingPlatformOther.c | 92 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; } __llvm_profile_begin_bitmap() function |
H A D | InstrProfilingPlatformLinux.c | 72 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { __llvm_profile_begin_bitmap() function |