Searched refs:DataSizeInBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c75 uint64_t DataSizeInBytes = DataSize * sizeof(__llvm_profile_data); local
78 sizeof(__llvm_profile_header) + DataSizeInBytes, PageSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp371 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>);
376 DataOffset + DataSizeInBytes + PaddingBytesBeforeCounters;

Completed in 100 milliseconds