Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c48 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
DInstrProfilingPlatformLinux.c55 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names() function
DInstrProfilingPlatformOther.c78 const char *__llvm_profile_end_names(void) { return NamesLast; } in __llvm_profile_end_names() function
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformWindows.c56 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
DInstrProfilingPlatformDarwin.c53 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
DInstrProfilingPlatformLinux.c60 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names() function
DInstrProfilingPlatformOther.c81 const char *__llvm_profile_end_names(void) { return NamesLast; } in __llvm_profile_end_names() function