Home
last modified time | relevance | path

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

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