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

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 36 const uint64_t NamesSize = PROFILE_RANGE_SIZE(Names) * sizeof(char);
37 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
40 PROFILE_RANGE_SIZE(Counters) * sizeof(uint64_t) + NamesSize + Padding;
InstrProfilingWriter.c 39 const uint64_t NamesSize = NamesEnd - NamesBegin;
40 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
60 {NamesBegin, sizeof(char), NamesSize},
InstrProfData.inc 101 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 304 auto NamesSize = swap(Header.NamesSize);
309 auto PaddingSize = getNumPaddingBytes(NamesSize);
314 ptrdiff_t ValueDataOffset = NamesOffset + NamesSize + PaddingSize;
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 101 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)

Completed in 83 milliseconds