Home
last modified time | relevance | path

Searched refs:GCOVFile (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp26 GCOVFile::~GCOVFile() { in ~GCOVFile()
41 bool GCOVFile::read(GCOVBuffer &Buffer) { in read()
65 void GCOVFile::dump() { in dump()
73 void GCOVFile::collectLineCounts(FileInfo &FI) { in collectLineCounts()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h157 class GCOVFile {
159 GCOVFile() {} in GCOVFile() function
160 ~GCOVFile();
/external/llvm/include/llvm/Support/
DGCOV.h232 class GCOVFile {
234 GCOVFile() in GCOVFile() function
267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {} in GCOVFunction()
286 GCOVFile &Parent;
/external/swiftshader/third_party/LLVM/tools/llvm-cov/
Dllvm-cov.cpp43 GCOVFile GF; in main()
/external/llvm/lib/IR/
DGCOV.cpp32 bool GCOVFile::readGCNO(GCOVBuffer &Buffer) { in readGCNO()
55 bool GCOVFile::readGCDA(GCOVBuffer &Buffer) { in readGCDA()
108 LLVM_DUMP_METHOD void GCOVFile::dump() const { in dump()
115 void GCOVFile::collectLineCounts(FileInfo &FI) { in collectLineCounts()
/external/llvm/tools/llvm-cov/
Dgcov.cpp45 GCOVFile GF; in reportCoverage()