Searched defs:__llvm_profile_end_bitmap (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 66 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } __llvm_profile_end_bitmap() function |
H A D | InstrProfilingPlatformWindows.c | 68 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } __llvm_profile_end_bitmap() function |
H A D | InstrProfilingPlatformOther.c | 94 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } __llvm_profile_end_bitmap() function |
H A D | InstrProfilingPlatformLinux.c | 75 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { __llvm_profile_end_bitmap() function |