Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c16 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
36 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) * in __llvm_profile_get_size_for_buffer_internal()
62 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
66 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c214 const __llvm_profile_data *DataEnd) { in writeValueProfData() argument
223 for (DI = DataBegin; DI < DataEnd; DI++) { in writeValueProfData()
240 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in lprofWriteData() local
245 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
252 const __llvm_profile_data *DataEnd, in lprofWriteDataImpl() argument
258 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
286 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h24 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
39 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
148 const __llvm_profile_data *DataEnd,
H A DInstrProfilingPlatformDarwin.c19 DataEnd __asm("section$end$__DATA$" INSTR_PROF_DATA_SECT_NAME_STR);
44 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data()
H A DInstrProfiling.c58 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_reset_counters() local
60 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable
248 bool atEnd() const { return Data == DataEnd; } in atEnd()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp344 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab()
381 DataEnd = Data + DataSize; in readHeader()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3003 MCSymbol *DataEnd = beginSymbolRecord(DataSym); in emitDebugInfoForGlobal() local
3013 endSymbolRecord(DataEnd); in emitDebugInfoForGlobal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3507 const unsigned char *DataEnd = Data + F.ModuleOffsetMap.size(); in ReadModuleOffsetMap() local
3527 while (Data < DataEnd) { in ReadModuleOffsetMap()