Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c19 const char *NamesBegin = __llvm_profile_begin_names(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
38 const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_get_size_for_buffer_internal() argument
40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal()
55 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument
57 CountersBegin, CountersEnd, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
DInstrProfilingInternal.h25 const char *NamesBegin, const char *NamesEnd);
39 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd);
143 VPDataReaderType *VPDataReader, const char *NamesBegin,
DInstrProfilingWriter.c236 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData() local
240 NamesBegin, NamesEnd); in lprofWriteData()
248 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl() argument
254 const uint64_t NamesSize = NamesEnd - NamesBegin; in lprofWriteDataImpl()
274 {NamesBegin, sizeof(uint8_t), NamesSize}, in lprofWriteDataImpl()
DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)