Home
last modified time | relevance | path

Searched refs:GCOVFormat (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h30 enum GCOVFormat { enum
45 enum GCOVFormat readGCOVFormat() { in readGCOVFormat()
173 bool read(GCOVBuffer &Buffer, GCOVFormat Format);
/external/llvm/lib/VMCore/
DGCOV.cpp31 static bool isGCDAFile(GCOVFormat Format) { in isGCDAFile()
36 static bool isGCNOFile(GCOVFormat Format) { in isGCNOFile()
42 GCOVFormat Format = Buffer.readGCOVFormat(); in read()
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOVFormat Format) { in read()