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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 17 extern __llvm_profile_data DataEnd __asm("section$end$__DATA$__llvm_prf_data");
33 return &DataEnd;
InstrProfilingBuffer.c 30 const __llvm_profile_data *DataEnd = __llvm_profile_data_end();
37 const uint64_t DataSize = DataEnd - DataBegin;
InstrProfilingFile.c 20 const __llvm_profile_data *DataEnd = __llvm_profile_data_end();
27 const uint64_t DataSize = DataEnd - DataBegin;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 229 DataEnd = Data + DataSize;
240 if (Data == DataEnd)
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 166 const ProfileData *DataEnd;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 551 milliseconds