Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c73 const VTableProfData *__llvm_profile_begin_vtables(void) { return NULL; } in __llvm_profile_begin_vtables() function
H A DInstrProfilingPlatformDarwin.c79 const VTableProfData *__llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables() function
H A DInstrProfilingPlatformOther.c88 __llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables() function
H A DInstrProfiling.h119 const VTableProfData *__llvm_profile_begin_vtables();
H A DInstrProfilingPlatformLinux.c81 __llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables() function
H A DInstrProfilingBuffer.c54 const VTableProfData *VTableBegin = __llvm_profile_begin_vtables(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingWriter.c253 const VTableProfData *VTableBegin = __llvm_profile_begin_vtables(); in lprofWriteData()