Home
last modified time | relevance | path

Searched refs:VTableSectionSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c117 const uint64_t VTableSectionSize = in getDistanceFromCounterToValueProf() local
120 __llvm_profile_get_num_padding_bytes(VTableSectionSize); in getDistanceFromCounterToValueProf()
126 VTableSectionSize + PaddingBytesAfterVTableSection + VNamesSize + in getDistanceFromCounterToValueProf()
H A DInstrProfilingWriter.c285 const uint64_t VTableSectionSize = in lprofWriteDataImpl() local
300 VTableSectionSize, VNamesSize, &PaddingBytesBeforeCounters, in lprofWriteDataImpl()
344 {VTableBegin, sizeof(uint8_t), VTableSectionSize, 0}, in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp614 auto VTableSectionSize = in readHeader() local
616 auto PaddingBytesAfterVTableProfData = getNumPaddingBytes(VTableSectionSize); in readHeader()
627 ptrdiff_t VTableNameOffset = VTableProfDataOffset + VTableSectionSize + in readHeader()