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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c50 const char *__llvm_profile_end_names(void) { return &NamesEnd; } function
H A DInstrProfilingPlatformWindows.c56 const char *__llvm_profile_end_names(void) { return &NamesEnd; } function
H A DInstrProfilingPlatformLinux.c60 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { function
H A DInstrProfilingPlatformOther.c81 const char *__llvm_profile_end_names(void) { return NamesLast; } function

Completed in 172 milliseconds