Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dmalformed-not-space-for-another-header.test13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
H A Dmalformed-ptr-to-counter-array.test13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
H A Dbinary-ids-padding.test13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
H A Dmalformed-num-counters-zero.test13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
/llvm-project/llvm/docs/
H A DInstrProfileFormat.rst157 ``VNamesSize``
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp617 auto VTableNameSize = swap(Header.VNamesSize); in readHeader()