Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingBuffer.c85 uint64_t DataSizeInBytes = DataSize * sizeof(__llvm_profile_data); in __llvm_profile_get_padding_sizes_for_counters() local
88 sizeof(__llvm_profile_header) + DataSizeInBytes); in __llvm_profile_get_padding_sizes_for_counters()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp329 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local
333 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes; in readHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp371 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local
376 DataOffset + DataSizeInBytes + PaddingBytesBeforeCounters; in readHeader()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp378 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>); in readHeader() local
383 DataOffset + DataSizeInBytes + PaddingBytesBeforeCounters; in readHeader()