Home
last modified time | relevance | path

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

/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.c89 __llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables()
88 __llvm_profile_begin_vtables(void) { __llvm_profile_begin_vtables() function
H A DInstrProfiling.h125 const VTableProfData *__llvm_profile_begin_vtables(void);
H A DInstrProfilingPlatformLinux.c87 __llvm_profile_begin_vtables(void) { in __llvm_profile_begin_counters()
81 __llvm_profile_begin_vtables(void) { __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()