LLVM API Documentation
#include "llvm/Support/Debug.h"
#include "llvm/Support/GCOV.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryObject.h"
#include "llvm/Support/system_error.h"
Go to the source code of this file.
Functions | |
static bool | isGCDAFile (GCOV::GCOVFormat Format) |
isGCDAFile - Return true if Format identifies a .gcda file. More... | |
static bool | isGCNOFile (GCOV::GCOVFormat Format) |
isGCNOFile - Return true if Format identifies a .gcno file. More... | |
|
static |
isGCDAFile - Return true if Format identifies a .gcda file.
Definition at line 33 of file GCOV.cpp.
References llvm::GCOV::GCDA_402, and llvm::GCOV::GCDA_404.
Referenced by llvm::GCOVFile::read().
|
static |
isGCNOFile - Return true if Format identifies a .gcno file.
Definition at line 38 of file GCOV.cpp.
References llvm::GCOV::GCNO_402, and llvm::GCOV::GCNO_404.
Referenced by llvm::GCOVFile::read().