Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c56 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() function
H A DInstrProfilingPlatformWindows.c62 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } in __llvm_profile_begin_names() function
H A DInstrProfilingPlatformOther.c84 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() function
H A DInstrProfilingPlatformLinux.c60 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names() function