| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 125 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 191 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout() 194 DataEnd = layout(File, cast<ModuleListStream>(S)); in layout() 209 DataEnd = File.tell(); in layout() 217 DataEnd = layout(File, cast<ThreadListStream>(S)); in layout() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer() local 56 DataBegin, DataEnd, CountersBegin, CountersEnd, BitmapBegin, BitmapEnd, in __llvm_profile_get_size_for_buffer() 149 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument 154 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in __llvm_profile_get_size_for_buffer_internal() 189 const __llvm_profile_data *DataEnd, const char *CountersBegin, in __llvm_profile_write_buffer_internal() argument 194 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
|
| H A D | InstrProfilingWriter.c | 220 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 253 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData() 260 const __llvm_profile_data *DataEnd, in lprofWriteDataImpl() argument 267 __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl() 268 const uint64_t NumData = __llvm_profile_get_num_data(DataBegin, DataEnd); in lprofWriteDataImpl() 336 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd); in lprofWriteDataImpl()
|
| H A D | InstrProfilingInternal.h | 23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, 38 const __llvm_profile_data *DataEnd, const char *CountersBegin, 155 const __llvm_profile_data *DataEnd,
|
| H A D | InstrProfilingPlatformDarwin.c | 22 DataEnd __asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME); 54 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
|
| H A D | InstrProfiling.c | 68 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_reset_counters() local 70 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
|
| H A D | InstrProfilingPlatformWindows.c | 43 __llvm_profile_data COMPILER_RT_SECTION(".lprfd$Z") DataEnd = {0}; 60 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
|
| H A D | InstrProfilingPlatformFuchsia.c | 118 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 D | InstrProfilingFile.c | 108 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() 232 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in mmapForContinuousMode() local 237 uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in mmapForContinuousMode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 77 C->DataEnd = DataOrErr->data() + DataOrErr->size(); in get() 451 const RawProfData *DataEnd = (const RawProfData *)this->Ctx->DataEnd; in correlateProfileDataImpl() local 453 for (const RawProfData *I = DataStart; I < DataEnd; ++I) { in correlateProfileDataImpl()
|
| H A D | InstrProfReader.cpp | 538 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab() 610 DataEnd = Data + Correlator->getDataSize(); in readHeader() 616 DataEnd = Data + NumData; in readHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 84 const char *DataEnd; member
|
| H A D | InstrProfReader.h | 328 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable 434 bool atEnd() const { return Data == DataEnd; } in atEnd()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 3437 MCSymbol *DataEnd = beginSymbolRecord(DataSym); in emitDebugInfoForGlobal() local 3453 endSymbolRecord(DataEnd); in emitDebugInfoForGlobal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4030 const unsigned char *DataEnd = Data + F.ModuleOffsetMap.size(); in ReadModuleOffsetMap() local 4053 while (Data < DataEnd) { in ReadModuleOffsetMap()
|