Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp125 size_t DataEnd = File.tell(); in layout() local
136 return DataEnd; in layout()
163 size_t DataEnd = File.tell(); in layout() local
166 DataEnd = File.tell(); in layout()
170 return DataEnd; in layout()
177 std::optional<size_t> DataEnd; in layout() local
180 DataEnd = layout(File, cast<MinidumpYAML::ExceptionStream>(S)); in layout()
191 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
194 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout()
209 DataEnd = File.tell(); in layout()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer() local
60 DataBegin, DataEnd, CountersBegin, CountersEnd, BitmapBegin, BitmapEnd, in __llvm_profile_get_size_for_buffer()
194 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument
201 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in __llvm_profile_get_size_for_buffer_internal()
245 const __llvm_profile_data *DataEnd, const char *CountersBegin, in __llvm_profile_write_buffer_internal() argument
252 &BufferWriter, DataBegin, DataEnd, CountersBegin, CountersEnd, 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
257 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
265 const __llvm_profile_data *DataEnd, in lprofWriteDataImpl() argument
274 __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
275 const uint64_t NumData = __llvm_profile_get_num_data(DataBegin, DataEnd); in lprofWriteDataImpl()
357 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
40 const __llvm_profile_data *DataEnd, const char *CountersBegin,
157 const __llvm_profile_data *DataEnd,
H A DInstrProfiling.c68 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_reset_counters()
70 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
64 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); __llvm_profile_reset_counters() local
H A DInstrProfilingPlatformWindows.c45 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0};
62 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
H A DInstrProfilingPlatformDarwin.c22 DataEnd __asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME);
65 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
116 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in mmapForContinuousMode()
234 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in mmapForContinuousMode() local
239 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in mmapForContinuousMode()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp77 C->DataEnd = DataOrErr->data() + DataOrErr->size(); in get()
449 const RawProfData *DataEnd = (const RawProfData *)this->Ctx->DataEnd; in correlateProfileDataImpl() local
451 for (const RawProfData *I = DataStart; I < DataEnd; ++I) { in correlateProfileDataImpl()
H A DInstrProfReader.cpp544 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab()
643 DataEnd = Data + Correlator->getDataSize(); in readHeader()
649 DataEnd = Data + NumData; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h328 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable
438 bool atEnd() const { return Data == DataEnd; } in atEnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3437 MCSymbol *DataEnd = beginSymbolRecord(DataSym); in emitDebugInfoForGlobal()
3453 endSymbolRecord(DataEnd);
3415 MCSymbol *DataEnd = beginSymbolRecord(DataSym); emitDebugInfoForGlobal() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4071 const unsigned char *DataEnd = Data + F.ModuleOffsetMap.size(); in ReadModuleOffsetMap() local
4083 while (Data < DataEnd) { in ReadModuleOffsetMap()