Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h40 class GCOVBuffer {
42 GCOVBuffer(MemoryBuffer *B) : Buffer(B), Cursor(0) {} in GCOVBuffer() function
161 bool read(GCOVBuffer &Buffer);
173 bool read(GCOVBuffer &Buffer, GCOVFormat Format);
/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/swiftshader/third_party/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/tools/llvm-cov/
Dgcov.cpp53 GCOVBuffer GCNO_GB(GCNO_Buff.get().get()); in reportCoverage()
69 GCOVBuffer GCDA_GB(GCDA_Buff.get().get()); in reportCoverage()
/external/llvm/lib/IR/
DGCOV.cpp32 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) { in readGCNO()
55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA()
127 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
250 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp41 bool GCOVFile::read(GCOVBuffer &Buffer) { in read()
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOVFormat Format) { in read()
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h435 GCOVBuffer GcovBuffer;