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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c51 const char *__llvm_profile_begin_names(void) { return &NamesStart; } function
H A DInstrProfilingPlatformWindows.c56 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } function
H A DInstrProfilingPlatformOther.c84 const char *__llvm_profile_begin_names(void) { return NamesFirst; } function
H A DInstrProfilingPlatformLinux.c65 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { function

Completed in 98 milliseconds