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

References

include/llvm/ProfileData/GCOV.h
  249   bool readGCNO(GCOVBuffer &Buffer);
  250   bool readGCDA(GCOVBuffer &Buffer);
  283   bool readGCNO(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
  284   bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
include/llvm/ProfileData/SampleProfReader.h
  710   GCOVBuffer GcovBuffer;
lib/ProfileData/GCOV.cpp
   32 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) {
   55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) {
  131 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) {
  254 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) {
tools/llvm-cov/gcov.cpp
   52   GCOVBuffer GCNO_GB(GCNO_Buff.get().get());
   68     GCOVBuffer GCDA_GB(GCDA_Buff.get().get());