reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/SampleProfReader.h
  501   bool at_eof() const { return Data >= End; }
lib/ProfileData/SampleProfReader.cpp
  296   else if (Data + NumBytesRead > End)
  313   if (Data + Str.size() + 1 > End) {
  327   if (Data + sizeof(T) > End) {
  477   End = Start + Size;
  535     while (Data < End) {
  539     assert(Data == End && "More data is read than expected");
  555     assert(FuncProfileAddr < End && "out of LBRProfile section");
  560   Data = End;
  568   if (std::error_code EC = ProfSymList->read(Data, End - Data))
  571   Data = End;
  579   End = SecStart + SecSize;
  639       End = BufStart + Buffer->getBufferSize();
  764   End = BufStart + Buffer->getBufferSize();
  833   End = Data + Buffer->getBufferSize();
  880   End = TableStart;