Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
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()
54 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
56 return lprofWriteDataImpl(lprofBufferWriter, Buffer, DataBegin, DataEnd, in __llvm_profile_write_buffer_internal()
DInstrProfilingWriter.c207 const __llvm_profile_data *DataEnd) { in writeValueProfData() argument
216 for (DI = DataBegin; DI < DataEnd; DI++) { in writeValueProfData()
233 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in lprofWriteData() local
238 return lprofWriteDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in lprofWriteData()
246 const __llvm_profile_data *DataEnd, in lprofWriteDataImpl() argument
252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
280 DataEnd); in lprofWriteDataImpl()
DInstrProfilingInternal.h23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
140 const __llvm_profile_data *DataEnd,
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()
DInstrProfiling.c47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_reset_counters() local
49 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
/external/compiler-rt/test/profile/
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()
Dinstrprof-value-prof.c81 const __llvm_profile_data *Data, *DataEnd; in main() local
101 DataEnd = __llvm_profile_end_data(); in main()
103 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) { in main()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h175 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable
229 bool atEnd() const { return Data == DataEnd; } in atEnd()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp305 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab()
343 DataEnd = Data + DataSize; in readHeader()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2045 *DataEnd = MMI->getContext().createTempSymbol(); in emitDebugInfoForGlobal() local
2047 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal()
2075 OS.EmitLabel(DataEnd); in emitDebugInfoForGlobal()
/external/clang/lib/Serialization/
DASTReader.cpp2851 const unsigned char *DataEnd = Data + Blob.size(); in ReadASTBlock() local
2871 while (Data < DataEnd) { in ReadASTBlock()