Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp367 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local
371 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes; in readHeader()