Searched refs:VNamesSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 121 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 D | InstrProfilingWriter.c | 287 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 D | InstrProfData.inc | 170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 606 auto VTableNameSize = swap(Header.VNamesSize); in readHeader()
|