Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c89 const char *__llvm_profile_end_vtabnames(void) { return &VNameEnd; } in __llvm_profile_end_vtabnames() function
H A DInstrProfilingPlatformWindows.c82 const char *__llvm_profile_end_vtabnames(void) { return NULL; } in __llvm_profile_end_vtabnames() function
H A DInstrProfilingPlatformOther.c101 const char *__llvm_profile_end_vtabnames(void) { return VNamesLast; } in __llvm_profile_end_vtabnames() function
H A DInstrProfilingPlatformLinux.c77 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_vtabnames(void) { in __llvm_profile_end_vtabnames() function