Home
last modified time | relevance | path

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 DInstrProfilingPlatformDarwin.c64 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformWindows.c67 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart + 1; } __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformOther.c92 char *__llvm_profile_begin_bitmap(void) { return BitmapFirst; } __llvm_profile_begin_bitmap() function
H A DInstrProfilingPlatformLinux.c72 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_bitmap(void) { __llvm_profile_begin_bitmap() function