HomeSort by relevance Sort by last modified time
    Searched refs:DataEnd (Results 1 - 25 of 25) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 16 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
36 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) *
54 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
56 return lprofWriteDataImpl(lprofBufferWriter, Buffer, DataBegin, DataEnd,
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; }
InstrProfiling.c 47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
49 for (DI = DataBegin; DI < DataEnd; ++DI) {
InstrProfilingWriter.c 207 const __llvm_profile_data *DataEnd) {
216 for (DI = DataBegin; DI < DataEnd; DI++) {
233 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
238 return lprofWriteDataImpl(Writer, WriterCtx, DataBegin, DataEnd,
246 const __llvm_profile_data *DataEnd,
252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd);
280 DataEnd);
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,
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 46 const __llvm_profile_data *Data, *DataEnd;
50 DataEnd = __llvm_profile_end_data();
51 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
instrprof-value-prof.c 81 const __llvm_profile_data *Data, *DataEnd;
101 DataEnd = __llvm_profile_end_data();
103 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 175 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
229 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 191 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
249 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
250 bool atEnd() const { return Data == DataEnd; }
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 305 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) {
343 DataEnd = Data + DataSize;
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 622 milliseconds