HomeSort by relevance Sort by last modified time
    Searched refs:CountersSize (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() -
68 Header->NamesSize + Header->CountersSize)
97 SrcNameStart = (const char *)(SrcCountersStart + Header->CountersSize);
InstrProfilingWriter.c 253 const uint64_t CountersSize = CountersEnd - CountersBegin;
273 {CountersBegin, sizeof(uint64_t), CountersSize},
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfData.inc 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 325 auto CountersSize = swap(Header.CountersSize);
334 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize;

Completed in 4151 milliseconds