Home
last modified time | relevance | path

Searched defs:VTableBegin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c54 const VTableProfData *VTableBegin = __llvm_profile_begin_vtables(); in __llvm_profile_get_size_for_buffer() local
197 const VTableProfData *VTableBegin, const VTableProfData *VTableEnd, in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingWriter.c253 const VTableProfData *VTableBegin = __llvm_profile_begin_vtables(); in lprofWriteData() local
269 const char *NamesEnd, const VTableProfData *VTableBegin, in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h329 const RawInstrProf::VTableProfileData<IntPtrT> *VTableBegin = nullptr; variable