Searched refs:DataEnd (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingBuffer.c16 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
30 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
47 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
49 return llvmWriteProfDataImpl(llvmBufferWriter, Buffer, DataBegin, DataEnd,
29 __llvm_profile_get_size_for_buffer_internal( const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) argument
45 __llvm_profile_write_buffer_internal( char *Buffer, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) argument
H A DInstrProfilingPlatformDarwin.c19 DataEnd __asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME_STR);
37 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; }
H A DInstrProfilingInternal.h23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
106 const __llvm_profile_data *DataEnd,
H A DInstrProfiling.c47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); local
49 for (DI = DataBegin; DI != DataEnd; ++DI) {
H A DInstrProfilingWriter.c100 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); local
105 return llvmWriteProfDataImpl(Writer, WriterCtx, DataBegin, DataEnd,
141 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
147 const uint64_t DataSize = DataEnd - DataBegin;
139 llvmWriteProfDataImpl( WriterCallback Writer, void *WriterCtx, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, ValueProfData **ValueDataBegin, const uint64_t ValueDataSize, const char *NamesBegin, const char *NamesEnd) argument
H A DInstrProfilingValue.c139 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); local
146 (ValueProfData **)calloc(DataEnd - DataBegin, sizeof(void *));
154 for (I = (__llvm_profile_data *)DataBegin; I != DataEnd; ++I) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-value-prof-2.c32 const __llvm_profile_data *Data, *DataEnd; local
35 DataEnd = __llvm_profile_end_data();
36 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
H A Dinstrprof-value-prof.c81 const __llvm_profile_data *Data, *DataEnd; local
98 DataEnd = __llvm_profile_end_data();
100 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp124 size_t DataEnd = File.tell();
135 return DataEnd;
162 size_t DataEnd = File.tell();
165 DataEnd = File.tell();
169 return DataEnd;
176 Optional<size_t> DataEnd;
179 DataEnd = layout(File, cast<MinidumpYAML::ExceptionStream>(S));
190 DataEnd = layout(File, cast<MemoryListStream>(S));
193 DataEnd = layout(File, cast<ModuleListStream>(S));
208 DataEnd
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h215 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; member in class:llvm::RawInstrProfReader
279 bool atEnd() const { return Data == DataEnd; }
/netbsd-current/sys/arch/emips/stand/common/
H A Dstart.S242 DataEnd: /* + 4 */ label
265 lw t3, 4(ra) /* _C_LABEL(DataEnd) */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp353 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) {
394 DataEnd = Data + DataSize;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3235 MCSymbol *DataEnd = beginSymbolRecord(DataSym); local
3245 endSymbolRecord(DataEnd);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3824 const unsigned char *DataEnd = Data + F.ModuleOffsetMap.size();
3844 while (Data < DataEnd) {

Completed in 289 milliseconds