Searched refs:DataSizeInBytes (Results 1 – 4 of 4) sorted by relevance
85 uint64_t DataSizeInBytes = DataSize * sizeof(__llvm_profile_data); in __llvm_profile_get_padding_sizes_for_counters() local88 sizeof(__llvm_profile_header) + DataSizeInBytes); in __llvm_profile_get_padding_sizes_for_counters()
329 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local333 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes; in readHeader()
371 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local376 DataOffset + DataSizeInBytes + PaddingBytesBeforeCounters; in readHeader()
378 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local383 DataOffset + DataSizeInBytes + PaddingBytesBeforeCounters; in readHeader()