Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c74 const VTableProfData *__llvm_profile_end_vtables(void) { return NULL; } in __llvm_profile_end_vtables() function
H A DInstrProfilingPlatformDarwin.c83 const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() function
H A DInstrProfilingPlatformOther.c91 COMPILER_RT_VISIBILITY const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() function
H A DInstrProfiling.h120 const VTableProfData *__llvm_profile_end_vtables();
H A DInstrProfilingPlatformLinux.c84 COMPILER_RT_VISIBILITY const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() function
H A DInstrProfilingBuffer.c55 const VTableProfData *VTableEnd = __llvm_profile_end_vtables(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingWriter.c254 const VTableProfData *VTableEnd = __llvm_profile_end_vtables(); in lprofWriteData()