Searched refs:NumVTables (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/test/tools/llvm-profdata/ |
H A D | malformed-not-space-for-another-header.test | 14 // INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
H A D | malformed-ptr-to-counter-array.test | 14 // INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
H A D | binary-ids-padding.test | 14 // INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
H A D | malformed-num-counters-zero.test | 14 // INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMerge.c | 118 Header->NumVTables * sizeof(VTableProfData); in getDistanceFromCounterToValueProf()
|
H A D | InstrProfilingWriter.c | 283 const uint64_t NumVTables = in lprofWriteDataImpl() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 618 auto NumVTables = swap(Header.NumVTables); in readHeader() 626 NumVTables * sizeof(RawInstrProf::VTableProfileData<IntPtrT>); in readHeader() 685 VTableEnd = VTableBegin + NumVTables; 607 auto NumVTables = swap(Header.NumVTables); readHeader() local
|
/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 169 INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 169 INSTR_PROF_RAW_HEADER(uint64_t, NumVTables, NumVTables)
|
/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 153 ``NumVTables``
|