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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c48 const char *__llvm_profile_begin_names(void) { return &NamesStart; } function
H A DInstrProfilingPlatformWindows.c55 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } function
H A DInstrProfilingPlatformLinux.c57 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { function
H A DInstrProfilingPlatformOther.c79 const char *__llvm_profile_begin_names(void) { return NamesFirst; } function

Completed in 108 milliseconds