Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c69 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
H A DInstrProfilingPlatformWindows.c77 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
H A DInstrProfilingPlatformOther.c97 const char *__llvm_profile_end_names(void) { return NamesLast; } in __llvm_profile_end_names() function
H A DInstrProfilingPlatformLinux.c71 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names() function