/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 16 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()
|
D | InstrProfilingWriter.c | 207 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()
|
D | InstrProfilingInternal.h | 23 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,
|
D | InstrProfilingPlatformDarwin.c | 19 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()
|
D | InstrProfiling.c | 47 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/ |
D | instrprof-value-prof-2.c | 46 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()
|
D | instrprof-value-prof.c | 81 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/ |
D | InstrProfReader.h | 175 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable 229 bool atEnd() const { return Data == DataEnd; } in atEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; variable 248 bool atEnd() const { return Data == DataEnd; } in atEnd()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 305 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab() 343 DataEnd = Data + DataSize; in readHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 328 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) { in createSymtab() 365 DataEnd = Data + DataSize; in readHeader()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2045 *DataEnd = MMI->getContext().createTempSymbol(); in emitDebugInfoForGlobal() local 2047 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal() 2075 OS.EmitLabel(DataEnd); in emitDebugInfoForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2756 *DataEnd = MMI->getContext().createTempSymbol(); in emitDebugInfoForGlobal() local 2759 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal() 2786 OS.EmitLabel(DataEnd); in emitDebugInfoForGlobal()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2851 const unsigned char *DataEnd = Data + Blob.size(); in ReadASTBlock() local 2871 while (Data < DataEnd) { in ReadASTBlock()
|