HomeSort by relevance Sort by last modified time
    Searched refs:NamesSize (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 29 uint64_t NamesSize =
35 return (NamesSize << 40) + (CounterSize << 30) + (DataSize << 20) +
61 Header->NamesSize != (uint64_t)(__llvm_profile_end_names() -
68 Header->NamesSize + Header->CountersSize)
99 (ValueProfData *)(SrcNameStart + Header->NamesSize +
101 Header->NamesSize));
InstrProfilingBuffer.c 40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char);
41 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding;
InstrProfilingPlatformOther.c 60 uint64_t NamesSize) {
63 NamesLast = (const char *)NamesStart + NamesSize;
68 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize);
InstrProfilingWriter.c 254 const uint64_t NamesSize = NamesEnd - NamesBegin;
255 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
274 {NamesBegin, sizeof(uint8_t), NamesSize},
InstrProfData.inc 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
  /external/llvm/include/llvm/Transforms/
InstrProfiling.h 50 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 60 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
InstrProfiling.h 61 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
InstrProfiling.h 61 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
InstrProfiling.h 60 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
InstrProfiling.h 61 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
InstrProfiling.h 61 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
InstrProfiling.h 62 size_t NamesSize;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 303 if (Error E = Symtab.create(StringRef(NamesStart, NamesSize)))
326 NamesSize = swap(Header.NamesSize);
330 auto PaddingSize = getNumPaddingBytes(NamesSize);
335 ptrdiff_t ValueDataOffset = NamesOffset + NamesSize + PaddingSize;
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 115 NamesSize = 0;
494 NamesSize = CompressedNameStr.size();
532 IRB.getInt64(NamesSize)});
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)

Completed in 866 milliseconds

1 2 3