Searched refs:CountersSize (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 105 uint64_t DataSize, uint64_t CountersSize, uint64_t NamesSize, in __llvm_profile_get_padding_sizes_for_counters() argument 119 *PaddingBytesAfterCounters = calculateBytesNeededToPageAlign(CountersSize); in __llvm_profile_get_padding_sizes_for_counters() 131 uint64_t CountersSize = in __llvm_profile_get_size_for_buffer_internal() local 139 DataSize, CountersSize, NamesSize, &PaddingBytesBeforeCounters, in __llvm_profile_get_size_for_buffer_internal() 143 DataSize + PaddingBytesBeforeCounters + CountersSize + in __llvm_profile_get_size_for_buffer_internal()
|
| H A D | InstrProfilingMerge.c | 62 Header->CountersSize != in __llvm_profile_check_compatibility() 73 Header->CountersSize * __llvm_profile_counter_entry_size()) in __llvm_profile_check_compatibility() 121 Header->CountersSize * __llvm_profile_counter_entry_size(); in __llvm_profile_merge_from_buffer()
|
| 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 | 115 uint64_t CountersSize = in mmapForContinuousMode() local 137 DataSize, CountersSize, NamesSize, &PaddingBytesBeforeCounters, in mmapForContinuousMode() 140 uint64_t PageAlignedCountersLength = CountersSize + PaddingBytesAfterCounters; in mmapForContinuousMode() 580 uint64_t CountersSize = __llvm_profile_get_counters_size( in initializeProfileForContinuousMode() local 646 if (CountersSize > 0) in initializeProfileForContinuousMode()
|
| H A D | InstrProfiling.h | 289 uint64_t DataSize, uint64_t CountersSize, uint64_t NamesSize,
|
| H A D | InstrProfilingWriter.c | 292 const uint64_t CountersSize = NumCounters; in lprofWriteDataImpl() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 1147 int CountersSize = CountersBySP.size(); in insertCounterWriteout() local 1148 assert(CountersSize == (int)EmitFunctionCallArgsArray.size() && in insertCounterWriteout() 1150 assert(CountersSize == (int)EmitArcsCallArgsArray.size() && in insertCounterWriteout() 1153 ArrayType::get(EmitFunctionCallArgsTy, CountersSize); in insertCounterWriteout() 1161 ArrayType::get(EmitArcsCallArgsTy, CountersSize); in insertCounterWriteout() 1173 {StartFileCallArgs, Builder.getInt32(CountersSize), in insertCounterWriteout()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 488 auto CountersSize = swap(Header.CountersSize) * getCounterTypeSize(); in readHeader() local 500 CountersOffset + CountersSize + PaddingBytesAfterCounters; in readHeader() 528 CountersEnd = CountersStart + CountersSize; in readHeader()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 135 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 135 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
|