Home
last modified time | relevance | path

Searched defs:__llvm_profile_end_bitmap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c77 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformWindows.c87 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformOther.c109 char *__llvm_profile_end_bitmap(void) { return BitmapLast; } in __llvm_profile_end_bitmap() function
H A DInstrProfilingPlatformLinux.c96 COMPILER_RT_VISIBILITY char *__llvm_profile_end_bitmap(void) { in __llvm_profile_end_bitmap() function