Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h42 class GCOVBuffer {
44 GCOVBuffer(MemoryBuffer *B) : Buffer(B), Cursor(0) {} in GCOVBuffer() function
163 bool read(GCOVBuffer &Buffer);
175 bool read(GCOVBuffer &Buffer, GCOV::GCOVFormat Format);
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp52 GCOVBuffer GCNO_GB(GCNO_Buff.take()); in main()
64 GCOVBuffer GCDA_GB(GCDA_Buff.take()); in main()
/external/llvm/lib/VMCore/
DGCOV.cpp41 bool GCOVFile::read(GCOVBuffer &Buffer) { in read()
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format) { in read()