Searched defs:__llvm_profile_end_names (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 58 const char *__llvm_profile_end_names(void) { return &NamesEnd; } __llvm_profile_end_names() function |
H A D | InstrProfilingPlatformWindows.c | 63 const char *__llvm_profile_end_names(void) { return &NamesEnd; } __llvm_profile_end_names() function |
H A D | InstrProfilingPlatformOther.c | 86 const char *__llvm_profile_end_names(void) { return NamesLast; } __llvm_profile_end_names() function |
H A D | InstrProfilingPlatformLinux.c | 63 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { __llvm_profile_end_names() function |