Home
last modified time | relevance | path

Searched defs:PaddingBytesBeforeCounters (Results 1 – 4 of 4) 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()
136 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, in __llvm_profile_get_size_for_buffer_internal() local
H A DInstrProfilingWriter.c281 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, in lprofWriteDataImpl() local
H A DInstrProfilingFile.c134 uint64_t PaddingBytesBeforeCounters, PaddingBytesAfterCounters, in mmapForContinuousMode() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp487 auto PaddingBytesBeforeCounters = swap(Header.PaddingBytesBeforeCounters); in readHeader() local