Home
last modified time | relevance | path

Searched refs:NamesSize (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/
DInstrProfilingBuffer.c34 const uint64_t NamesSize = PROFILE_RANGE_SIZE(Names) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local
35 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_size_for_buffer_internal()
38 PROFILE_RANGE_SIZE(Counters) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
DInstrProfilingWriter.c149 const uint64_t NamesSize = NamesEnd - NamesBegin; in llvmWriteProfDataImpl() local
150 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in llvmWriteProfDataImpl()
169 {NamesBegin, sizeof(uint8_t), NamesSize}, in llvmWriteProfDataImpl()
DInstrProfData.inc101 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)