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.c123 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes, in __llvm_profile_get_padding_sizes_for_counters() argument
132 __llvm_profile_get_num_padding_bytes(NumBitmapBytes); in __llvm_profile_get_padding_sizes_for_counters()
143 calculateBytesNeededToPageAlign(NumBitmapBytes); in __llvm_profile_get_padding_sizes_for_counters()
157 const uint64_t NumBitmapBytes = in __llvm_profile_get_size_for_buffer_internal() local
165 DataSize, CountersSize, NumBitmapBytes, NamesSize, in __llvm_profile_get_size_for_buffer_internal()
171 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()
138 SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
208 unsigned NB = SrcData->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
H A DInstrProfilingWriter.c273 const uint64_t NumBitmapBytes = in lprofWriteDataImpl() local
285 DataSectionSize, CountersSectionSize, NumBitmapBytes, NamesSize, in lprofWriteDataImpl()
323 {BitmapBegin, sizeof(uint8_t), NumBitmapBytes, 0}, in lprofWriteDataImpl()
H A DInstrProfiling.h265 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes,
H A DInstrProfilingFile.c119 uint64_t NumBitmapBytes = in mmapForContinuousMode() local
146 DataSize, CountersSize, NumBitmapBytes, NamesSize, in mmapForContinuousMode()
171 if (NumBitmapBytes == 0) in mmapForContinuousMode()
175 NumBitmapBytes + PaddingBytesAfterBitmapBytes; in mmapForContinuousMode()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp434 uint64_t NumBitmapBytes; in readNextRecord() local
438 if (NumBitmapBytes != 0) { in readNextRecord()
440 Record.BitmapBytes.reserve(NumBitmapBytes); in readNextRecord()
441 for (uint8_t I = 0; I < NumBitmapBytes; ++I) { in readNextRecord()
582 auto NumBitmapBytes = swap(Header.NumBitmapBytes); in readHeader() local
624 BitmapEnd = BitmapStart + NumBitmapBytes; in readHeader()
717 uint32_t NumBitmapBytes = swap(Data->NumBitmapBytes); in readRawBitmapBytes() local
720 Record.BitmapBytes.reserve(NumBitmapBytes); in readRawBitmapBytes()
724 if (NumBitmapBytes == 0) in readRawBitmapBytes()
743 if (NumBitmapBytes > MaxNumBitmapBytes) in readRawBitmapBytes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp194 uint32_t NumBitmapBytes = 0; member
1316 PD.NumBitmapBytes = Inc->getNumBitmapBytes()->getZExtValue(); in getOrCreateRegionBitmaps()
1464 uint64_t NumBitmapBytes = PD.NumBitmapBytes; in createDataVariable() local
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc92 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumBitmapBytes, \
93 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumBitmapBytes))
140 INSTR_PROF_RAW_HEADER(uint64_t, NumBitmapBytes, NumBitmapBytes)
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc92 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumBitmapBytes, \
93 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumBitmapBytes))
140 INSTR_PROF_RAW_HEADER(uint64_t, NumBitmapBytes, NumBitmapBytes)