Home
last modified time | relevance | path

Searched refs:VTableBegin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c253 const VTableProfData *VTableBegin = __llvm_profile_begin_vtables(); in lprofWriteData() local
259 NamesBegin, NamesEnd, VTableBegin, VTableEnd, in lprofWriteData()
269 const char *NamesEnd, const VTableProfData *VTableBegin, in lprofWriteDataImpl() argument
284 __llvm_profile_get_num_vtable(VTableBegin, VTableEnd); in lprofWriteDataImpl()
286 __llvm_profile_get_vtable_section_size(VTableBegin, VTableEnd); in lprofWriteDataImpl()
344 {VTableBegin, sizeof(uint8_t), VTableSectionSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingBuffer.c54 const VTableProfData *VTableBegin = __llvm_profile_begin_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 DInstrProfilingInternal.h26 const VTableProfData *VTableBegin, const VTableProfData *VTableEnd,
161 const char *NamesEnd, const VTableProfData *VTableBegin,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp551 if (VTableBegin != nullptr && VTableEnd != nullptr) { in createSymtab()
552 for (const RawInstrProf::VTableProfileData<IntPtrT> *I = VTableBegin; in createSymtab()
650 VTableBegin = in readHeader()
653 VTableEnd = VTableBegin + NumVTables; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h329 const RawInstrProf::VTableProfileData<IntPtrT> *VTableBegin = nullptr; variable