Home
last modified time | relevance | path

Searched refs:PaddingBytesBeforeCounters (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c106 uint64_t *PaddingBytesBeforeCounters, uint64_t *PaddingBytesAfterCounters, in __llvm_profile_get_padding_sizes_for_counters() argument
109 *PaddingBytesBeforeCounters = 0; in __llvm_profile_get_padding_sizes_for_counters()
117 *PaddingBytesBeforeCounters = in __llvm_profile_get_padding_sizes_for_counters()
136 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, 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 DInstrProfilingWriter.c281 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, in lprofWriteDataImpl() local
285 &PaddingBytesBeforeCounters, &PaddingBytesAfterCounters, in lprofWriteDataImpl()
324 {NULL, sizeof(uint8_t), PaddingBytesBeforeCounters, 1}, in lprofWriteDataImpl()
H A DInstrProfiling.h290 uint64_t *PaddingBytesBeforeCounters, uint64_t *PaddingBytesAfterCounters,
H A DInstrProfilingFile.c134 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, in mmapForContinuousMode() local
137 DataSize, CountersSize, NamesSize, &PaddingBytesBeforeCounters, in mmapForContinuousMode()
143 PaddingBytesBeforeCounters; in mmapForContinuousMode()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp487 auto PaddingBytesBeforeCounters = swap(Header.PaddingBytesBeforeCounters); in readHeader() local
498 ptrdiff_t CountersOffset = DataOffset + DataSize + PaddingBytesBeforeCounters; in readHeader()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc133 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters)
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc133 INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters)