Searched refs:VNamesSize (Results 1 – 10 of 10) sorted by relevance
/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()
|
/llvm-project/llvm/test/tools/llvm-profdata/ |
H A D | malformed-not-space-for-another-header.test | 13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
H A D | malformed-ptr-to-counter-array.test | 13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
H A D | binary-ids-padding.test | 13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
H A D | malformed-num-counters-zero.test | 13 // INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 170 INSTR_PROF_RAW_HEADER(uint64_t, VNamesSize, VNamesSize)
|
/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 157 ``VNamesSize``
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 617 auto VTableNameSize = swap(Header.VNamesSize); in readHeader()
|