Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformFuchsia.c130 const uint64_t CountersOffset = in __llvm_profile_initialize() local
190 CountersOffset; in __llvm_profile_initialize()
DInstrProfilingFile.c488 const uint64_t CountersOffset = sizeof(__llvm_profile_header) + in relocateCounters() local
540 (uintptr_t)__llvm_profile_begin_counters() + CountersOffset; in relocateCounters()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp333 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes; in readHeader() local
334 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
344 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp375 ptrdiff_t CountersOffset = in readHeader() local
377 ptrdiff_t NamesOffset = CountersOffset + (sizeof(uint64_t) * CountersSize) + in readHeader()
388 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp382 ptrdiff_t CountersOffset = in readHeader() local
384 ptrdiff_t NamesOffset = CountersOffset + (sizeof(uint64_t) * CountersSize) + in readHeader()
395 CountersStart = reinterpret_cast<const uint64_t *>(Start + CountersOffset); in readHeader()