Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c149 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes, in __llvm_profile_get_padding_sizes_for_counters() argument
160 __llvm_profile_get_num_padding_bytes(NumBitmapBytes); in __llvm_profile_get_padding_sizes_for_counters()
181 calculateBytesNeededToPageAlign(NumBitmapBytes); in __llvm_profile_get_padding_sizes_for_counters()
204 const uint64_t NumBitmapBytes = in __llvm_profile_get_size_for_buffer_internal() local
217 DataSize, CountersSize, NumBitmapBytes, NamesSize, 0 /* VTableSize */, in __llvm_profile_get_size_for_buffer_internal()
225 PaddingBytesAfterCounters + NumBitmapBytes + in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingMerge.c72 Header->NumBitmapBytes != in __llvm_profile_check_compatibility()
85 Header->NumBitmapBytes) in __llvm_profile_check_compatibility()
94 SrcData->NumBitmapBytes != DstData->NumBitmapBytes) in __llvm_profile_check_compatibility()
155 uintptr_t SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
226 unsigned NB = SrcData->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
227 // NumBitmapBytes may legitimately be 0. Just keep going. in __llvm_profile_merge_from_buffer()
H A DInstrProfilingWriter.c280 const uint64_t NumBitmapBytes = in lprofWriteDataImpl() local
299 DataSectionSize, CountersSectionSize, NumBitmapBytes, NamesSize, in lprofWriteDataImpl()
340 {BitmapBegin, sizeof(uint8_t), NumBitmapBytes, 0}, in lprofWriteDataImpl()
H A DInstrProfilingFile.c121 uint64_t NumBitmapBytes = in mmapForContinuousMode()
150 DataSize, CountersSize, NumBitmapBytes, NamesSize, /*VTableSize=*/0, in mmapForContinuousMode()
176 if (NumBitmapBytes == 0) in mmapForContinuousMode()
180 NumBitmapBytes + PaddingBytesAfterBitmapBytes; in mmapForContinuousMode()
258 uint64_t NumBitmapBytes = in mmapForContinuousMode()
287 if (NumBitmapBytes == 0) in setProfileFile()
119 uint64_t NumBitmapBytes = mmapForContinuousMode() local
H A DInstrProfiling.h293 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes,
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp450 uint64_t NumBitmapBytes; in readNextRecord()
451 if ((Line++)->drop_front(1).trim().getAsInteger(0, NumBitmapBytes)) in readNextRecord()
454 if (NumBitmapBytes != 0) { in readNextRecord()
456 Record.BitmapBytes.reserve(NumBitmapBytes); in readNextRecord()
457 for (uint8_t I = 0; I < NumBitmapBytes; ++I) { in readNextRecord()
614 auto NumBitmapBytes = swap(Header.NumBitmapBytes); in readHeader()
635 BitmapOffset + NumBitmapBytes + PaddingBytesAfterBitmapBytes; in readHeader()
695 BitmapEnd = BitmapStart + NumBitmapBytes; in readRawCounts()
788 uint32_t NumBitmapBytes in readRawBitmapBytes()
439 uint64_t NumBitmapBytes; readNextRecord() local
603 auto NumBitmapBytes = swap(Header.NumBitmapBytes); readHeader() local
756 uint32_t NumBitmapBytes = swap(Data->NumBitmapBytes); readRawBitmapBytes() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp277 uint32_t NumBitmapBytes = 0;
1653 PD.NumBitmapBytes = Inc->getNumBitmapBytes(); in createDataVariable()
1801 uint64_t NumBitmapBytes = PD.NumBitmapBytes; in emitVTableNames()
221 uint32_t NumBitmapBytes = 0; global() member
1625 uint64_t NumBitmapBytes = PD.NumBitmapBytes; createDataVariable() local
/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc94 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumBitmapBytes, \
95 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumBitmapBytes))
161 INSTR_PROF_RAW_HEADER(uint64_t, NumBitmapBytes, NumBitmapBytes)
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc94 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumBitmapBytes, \
95 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumBitmapBytes))
161 INSTR_PROF_RAW_HEADER(uint64_t, NumBitmapBytes, NumBitmapBytes)
/llvm-project/llvm/docs/
H A DInstrProfileFormat.rst115 ``NumBitmapBytes``
250 ``NumBitmapBytes``