Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c17 extern __llvm_profile_data DataEnd __asm("section$end$__DATA$__llvm_prf_data");
33 return &DataEnd; in __llvm_profile_data_end()
DInstrProfilingBuffer.c30 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); in __llvm_profile_write_buffer() local
37 const uint64_t DataSize = DataEnd - DataBegin; in __llvm_profile_write_buffer()
DInstrProfilingFile.c20 const __llvm_profile_data *DataEnd = __llvm_profile_data_end(); in writeFile() local
27 const uint64_t DataSize = DataEnd - DataBegin; in writeFile()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp229 DataEnd = Data + DataSize; in readHeader()
240 if (Data == DataEnd) in readNextRecord()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h166 const ProfileData *DataEnd; variable
/external/clang/lib/Serialization/
DASTReader.cpp2898 const unsigned char *DataEnd = Data + Blob.size(); in ReadASTBlock() local
2921 while(Data < DataEnd) { in ReadASTBlock()