Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp205 const u64 NumSegmentBytes = RoundUpTo(SegmentSizeBytes(Layout), 8); in SerializeToRawProfile() local
221 sizeof(Header) + NumSegmentBytes + NumStackBytes + NumMIBInfoBytes, 8); in SerializeToRawProfile()
231 sizeof(Header) + NumSegmentBytes, in SerializeToRawProfile()
232 sizeof(Header) + NumSegmentBytes + NumMIBInfoBytes}; in SerializeToRawProfile()
235 SerializeSegmentsToBuffer(Layout, NumSegmentBytes, Ptr); in SerializeToRawProfile()
236 Ptr += NumSegmentBytes; in SerializeToRawProfile()