Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c87 const char *__llvm_profile_begin_vtabnames(void) { return &VNameStart; } in __llvm_profile_begin_vtabnames() function
H A DInstrProfilingPlatformWindows.c81 const char *__llvm_profile_begin_vtabnames(void) { return NULL; } in __llvm_profile_begin_vtabnames() function
H A DInstrProfilingPlatformOther.c99 const char *__llvm_profile_begin_vtabnames(void) { return VNamesFirst; } in __llvm_profile_begin_vtabnames() function
H A DInstrProfilingPlatformLinux.c74 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_vtabnames(void) { in __llvm_profile_begin_vtabnames() function