Home
last modified time | relevance | path

Searched refs:DataEnd (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp124 size_t DataEnd = File.tell(); in layout() local
135 return DataEnd; in layout()
162 size_t DataEnd = File.tell(); in layout() local
165 DataEnd = File.tell(); in layout()
169 return DataEnd; in layout()
176 Optional<size_t> DataEnd; in layout() local
190 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
193 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout()
208 DataEnd = File.tell(); in layout()
216 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c43 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer() local
50 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
125 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument
130 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in __llvm_profile_get_size_for_buffer_internal()
161 const __llvm_profile_data *DataEnd, const char *CountersBegin, in __llvm_profile_write_buffer_internal() argument
165 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c220 const __llvm_profile_data *DataEnd) { in writeValueProfData() argument
229 for (DI = DataBegin; DI < DataEnd; DI++) { in writeValueProfData()
246 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in lprofWriteData() local
251 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
258 const __llvm_profile_data *DataEnd, in lprofWriteDataImpl() argument
267 DebugInfoCorrelate ? 0 : __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
269 DebugInfoCorrelate ? 0 : __llvm_profile_get_num_data(DataBegin, DataEnd); in lprofWriteDataImpl()
338 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
38 const __llvm_profile_data *DataEnd, const char *CountersBegin,
154 const __llvm_profile_data *DataEnd,
H A DInstrProfiling.c53 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_reset_counters() local
55 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c22 DataEnd __asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME);
49 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
H A DInstrProfilingPlatformWindows.c39 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0};
54 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
H A DInstrProfilingPlatformFuchsia.c118 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_initialize() local
121 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in __llvm_profile_initialize()
H A DInstrProfilingFile.c108 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in mmapForContinuousMode() local
114 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in mmapForContinuousMode()
197 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in mmapForContinuousMode() local
200 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in mmapForContinuousMode()
/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dinstrprof-value-prof-2.c46 const __llvm_profile_data *Data, *DataEnd; in main() local
50 DataEnd = __llvm_profile_end_data(); in main()
51 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) { in main()
H A Dinstrprof-write-buffer-internal.c30 const void *DataBegin, const void *DataEnd, const char *CountersBegin,
34 const void *DataEnd,
H A Dinstrprof-value-prof.c82 const __llvm_profile_data *Data, *DataEnd; in main() local
102 DataEnd = __llvm_profile_end_data(); in main()
104 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) { in main()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h273 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable
360 bool atEnd() const { return Data == DataEnd; } in atEnd()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp375 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab()
428 DataEnd = Data + Correlator->getDataSize(); in readHeader()
434 DataEnd = Data + NumData; in readHeader()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3369 MCSymbol *DataEnd = beginSymbolRecord(DataSym); in emitDebugInfoForGlobal() local
3385 endSymbolRecord(DataEnd); in emitDebugInfoForGlobal()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3861 const unsigned char *DataEnd = Data + F.ModuleOffsetMap.size(); in ReadModuleOffsetMap() local
3884 while (Data < DataEnd) { in ReadModuleOffsetMap()