Home
last modified time | relevance | path

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

/freebsd/contrib/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()
158 SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
227 unsigned NB = SrcData->NumBitmapBytes; 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.c119 uint64_t NumBitmapBytes = in mmapForContinuousMode() local
148 DataSize, CountersSize, NumBitmapBytes, NamesSize, /*VTableSize=*/0, in mmapForContinuousMode()
174 if (NumBitmapBytes == 0) in mmapForContinuousMode()
178 NumBitmapBytes + PaddingBytesAfterBitmapBytes; in mmapForContinuousMode()
H A DInstrProfiling.h284 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp439 uint64_t NumBitmapBytes; in readNextRecord() local
440 if ((Line++)->drop_front(1).trim().getAsInteger(0, NumBitmapBytes)) in readNextRecord()
443 if (NumBitmapBytes != 0) { in readNextRecord()
445 Record.BitmapBytes.reserve(NumBitmapBytes); in readNextRecord()
446 for (uint8_t I = 0; I < NumBitmapBytes; ++I) { in readNextRecord()
603 auto NumBitmapBytes = swap(Header.NumBitmapBytes); in readHeader() local
624 BitmapOffset + NumBitmapBytes + PaddingBytesAfterBitmapBytes; in readHeader()
663 BitmapEnd = BitmapStart + NumBitmapBytes; in readHeader()
756 uint32_t NumBitmapBytes = swap(Data->NumBitmapBytes); in readRawBitmapBytes() local
759 Record.BitmapBytes.reserve(NumBitmapBytes); in readRawBitmapBytes()
[all …]
/freebsd/contrib/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)
/freebsd/contrib/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)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp245 uint32_t NumBitmapBytes = 0; member
1656 PD.NumBitmapBytes = Inc->getNumBitmapBytes(); in getOrCreateRegionBitmaps()
1803 uint64_t NumBitmapBytes = PD.NumBitmapBytes; in createDataVariable() local