Searched refs:readGCDAFormat (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGCOV.h71 /// readGCDAFormat - Check GCDA signature is valid at the beginning of buffer.
72 bool readGCDAFormat() { function in class:llvm::GCOVBuffer
/external/llvm/lib/IR/
H A DGCOV.cpp51 if (!Buffer.readGCDAFormat()) return false;

Completed in 64 milliseconds