Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp212 const u64 NumMIBInfoBytes = RoundUpTo( in SerializeToRawProfile() local
221 sizeof(Header) + NumSegmentBytes + NumStackBytes + NumMIBInfoBytes, 8); in SerializeToRawProfile()
232 sizeof(Header) + NumSegmentBytes + NumMIBInfoBytes}; in SerializeToRawProfile()
238 SerializeMIBInfoToBuffer(MIBMap, StackIds, NumMIBInfoBytes, Ptr); in SerializeToRawProfile()
239 Ptr += NumMIBInfoBytes; in SerializeToRawProfile()