Home
last modified time | relevance | path

Searched refs:VTableEnd (Results 1 – 5 of 5) 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
61 NamesBegin, NamesEnd, VTableBegin, VTableEnd, VNamesBegin, VNamesEnd); in __llvm_profile_get_size_for_buffer()
197 const VTableProfData *VTableBegin, const VTableProfData *VTableEnd, in __llvm_profile_get_size_for_buffer_internal() argument
207 __llvm_profile_get_vtable_section_size(VTableBegin, VTableEnd); in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingWriter.c254 const VTableProfData *VTableEnd = __llvm_profile_end_vtables(); in lprofWriteData() local
259 NamesBegin, NamesEnd, VTableBegin, VTableEnd, in lprofWriteData()
270 const VTableProfData *VTableEnd, const char *VNamesBegin, in lprofWriteDataImpl() argument
284 __llvm_profile_get_num_vtable(VTableBegin, VTableEnd); in lprofWriteDataImpl()
286 __llvm_profile_get_vtable_section_size(VTableBegin, VTableEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h26 const VTableProfData *VTableBegin, const VTableProfData *VTableEnd,
162 const VTableProfData *VTableEnd, const char *VNamesBegin,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp551 if (VTableBegin != nullptr && VTableEnd != nullptr) { in createSymtab()
553 I != VTableEnd; ++I) { in createSymtab()
653 VTableEnd = VTableBegin + NumVTables; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h330 const RawInstrProf::VTableProfileData<IntPtrT> *VTableEnd = nullptr; variable