Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c121 const uint64_t VNamesSize = Header->VNamesSize; in getDistanceFromCounterToValueProf() local
123 __llvm_profile_get_num_padding_bytes(VNamesSize); in getDistanceFromCounterToValueProf()
126 VTableSectionSize + PaddingBytesAfterVTableSection + VNamesSize + in getDistanceFromCounterToValueProf()
H A DInstrProfilingWriter.c287 const uint64_t VNamesSize = in lprofWriteDataImpl() local
300 VTableSectionSize, VNamesSize, &PaddingBytesBeforeCounters, in lprofWriteDataImpl()
346 {SkipNameDataWrite ? NULL : VNamesBegin, sizeof(uint8_t), VNamesSize, 0}, in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp606 auto VTableNameSize = swap(Header.VNamesSize); in readHeader()