Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c55 const VTableProfData *VTableEnd = __llvm_profile_end_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.c254 const VTableProfData *VTableEnd = __llvm_profile_end_vtables(); in lprofWriteData() local
270 const VTableProfData *VTableEnd, const char *VNamesBegin, in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h330 const RawInstrProf::VTableProfileData<IntPtrT> *VTableEnd = nullptr; variable