Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_vtabnames (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingPlatformWindows.c81 const char *__llvm_profile_begin_vtabnames(void) { return NULL; } in __llvm_profile_begin_vtabnames() function
HDInstrProfilingPlatformDarwin.c87 const char *__llvm_profile_begin_vtabnames(void) { return &VNameStart; } in __llvm_profile_begin_vtabnames() function
HDInstrProfilingPlatformOther.c99 const char *__llvm_profile_begin_vtabnames(void) { return VNamesFirst; } in __llvm_profile_begin_vtabnames() function
HDInstrProfiling.h111 const char *__llvm_profile_begin_vtabnames(void);
HDInstrProfilingPlatformLinux.c74 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_vtabnames(void) { in __llvm_profile_begin_vtabnames() function
HDInstrProfilingBuffer.c56 const char *VNamesBegin = __llvm_profile_begin_vtabnames(); in __llvm_profile_get_size_for_buffer()
HDInstrProfilingWriter.c255 const char *VNamesBegin = __llvm_profile_begin_vtabnames(); in lprofWriteData()