HomeSort by relevance Sort by last modified time
    Searched refs:GCOVFormat (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
GCOV.h 31 enum GCOVFormat {
47 GCOV::GCOVFormat readGCOVFormat() {
175 bool read(GCOVBuffer &Buffer, GCOV::GCOVFormat Format);
  /external/llvm/lib/IR/
GCOV.cpp 31 static bool isGCDAFile(GCOV::GCOVFormat Format) {
36 static bool isGCNOFile(GCOV::GCOVFormat Format) {
42 GCOV::GCOVFormat Format = Buffer.readGCOVFormat();
90 bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format) {

Completed in 285 milliseconds