Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c46 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformLinux.c52 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names() function
DInstrProfilingPlatformOther.c76 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() function
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformWindows.c55 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformDarwin.c51 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformLinux.c57 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names() function
DInstrProfilingPlatformOther.c79 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() function