Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c75 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformWindows.c86 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart + 1; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformOther.c107 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; } in __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformLinux.c93 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { in __llvm_profile_begin_bitmap() function