Searched refs:CountersSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 123 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes, in __llvm_profile_get_padding_sizes_for_counters() argument 130 __llvm_profile_get_num_padding_bytes(CountersSize); in __llvm_profile_get_padding_sizes_for_counters() 141 *PaddingBytesAfterCounters = calculateBytesNeededToPageAlign(CountersSize); in __llvm_profile_get_padding_sizes_for_counters() 155 uint64_t CountersSize = in __llvm_profile_get_size_for_buffer_internal() local 165 DataSize, CountersSize, NumBitmapBytes, NamesSize, in __llvm_profile_get_size_for_buffer_internal() 170 DataSize + PaddingBytesBeforeCounters + CountersSize + in __llvm_profile_get_size_for_buffer_internal()
|
| H A D | InstrProfilingPlatformFuchsia.c | 124 uint64_t CountersSize = in __llvm_profile_initialize() local 128 if (!CountersSize) in __llvm_profile_initialize()
|
| H A D | InstrProfilingFile.c | 117 uint64_t CountersSize = in mmapForContinuousMode() local 146 DataSize, CountersSize, NumBitmapBytes, NamesSize, in mmapForContinuousMode() 150 uint64_t PageAlignedCountersLength = CountersSize + PaddingBytesAfterCounters; in mmapForContinuousMode() 178 PaddingBytesBeforeCounters + CountersSize + PaddingBytesAfterCounters; in mmapForContinuousMode() 624 uint64_t CountersSize = __llvm_profile_get_counters_size( in initializeProfileForContinuousMode() local 691 if (CountersSize > 0) in initializeProfileForContinuousMode()
|
| H A D | InstrProfiling.h | 265 uint64_t DataSize, uint64_t CountersSize, uint64_t NumBitmapBytes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 1152 int CountersSize = CountersBySP.size(); in insertCounterWriteout() local 1153 assert(CountersSize == (int)EmitFunctionCallArgsArray.size() && in insertCounterWriteout() 1155 assert(CountersSize == (int)EmitArcsCallArgsArray.size() && in insertCounterWriteout() 1158 ArrayType::get(EmitFunctionCallArgsTy, CountersSize); in insertCounterWriteout() 1166 ArrayType::get(EmitArcsCallArgsTy, CountersSize); in insertCounterWriteout() 1178 {StartFileCallArgs, Builder.getInt32(CountersSize), in insertCounterWriteout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 580 auto CountersSize = swap(Header.NumCounters) * getCounterTypeSize(); in readHeader() local 594 CountersOffset + CountersSize + PaddingBytesAfterCounters; in readHeader() 622 CountersEnd = CountersStart + CountersSize; in readHeader()
|