Home
last modified time | relevance | path

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 DInstrProfilingPlatformDarwin.c66 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformWindows.c68 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformOther.c94 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformLinux.c75 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { __llvm_profile_end_bitmap() function