Searched defs:DataEnd (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c30 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); local
37 const uint64_t DataSize = DataEnd - DataBegin;
H A DInstrProfilingFile.c20 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); local
27 const uint64_t DataSize = DataEnd - DataBegin;
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h166 const ProfileData *DataEnd; member in class:llvm::RawInstrProfReader
/external/clang/lib/Serialization/
H A DASTReader.cpp2898 const unsigned char *DataEnd = Data + Blob.size(); local
2921 while(Data < DataEnd) {

Completed in 540 milliseconds