Home
last modified time | relevance | path

Searched refs:GCOVBuffer (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h54 class GCOVBuffer {
56 GCOVBuffer(MemoryBuffer *B) : Buffer(B), Cursor(0) {} in GCOVBuffer() function
237 bool readGCNO(GCOVBuffer &Buffer);
238 bool readGCDA(GCOVBuffer &Buffer);
268 bool readGCNO(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
269 bool readGCDA(GCOVBuffer &Buffer, GCOV::GCOVVersion Version);
/external/llvm/tools/llvm-cov/
Dgcov.cpp56 GCOVBuffer GCNO_GB(GCNO_Buff.get().get()); in reportCoverage()
72 GCOVBuffer GCDA_GB(GCDA_Buff.get().get()); in reportCoverage()
/external/llvm/lib/IR/
DGCOV.cpp31 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) { in readGCNO()
54 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA()
126 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
249 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h395 GCOVBuffer GcovBuffer;