Searched defs:__llvm_profile_begin_names (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 56 const char *__llvm_profile_begin_names(void) { return &NamesStart; } __llvm_profile_begin_names() function |
H A D | InstrProfilingPlatformWindows.c | 62 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } __llvm_profile_begin_names() function |
H A D | InstrProfilingPlatformOther.c | 84 const char *__llvm_profile_begin_names(void) { return NamesFirst; } __llvm_profile_begin_names() function |
H A D | InstrProfilingPlatformLinux.c | 60 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { __llvm_profile_begin_names() function |