Home
last modified time | relevance | path

Searched defs:PaddingBytesAfterBitmapBytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c125 uint64_t *PaddingBytesAfterCounters, uint64_t *PaddingBytesAfterBitmapBytes, in __llvm_profile_get_padding_sizes_for_counters()
163 PaddingBytesAfterNames, PaddingBytesAfterBitmapBytes; in __llvm_profile_get_size_for_buffer_internal() local
H A DInstrProfilingWriter.c283 PaddingBytesAfterNames, PaddingBytesAfterBitmapBytes; in lprofWriteDataImpl() local
H A DInstrProfilingFile.c144 PaddingBytesAfterNames, PaddingBytesAfterBitmapBytes; in mmapForContinuousMode() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp583 auto PaddingBytesAfterBitmapBytes = swap(Header.PaddingBytesAfterBitmapBytes); in readHeader() local