LLVM API Documentation

Classes | Namespaces | Typedefs | Enumerations
GCOV.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for GCOV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::GCOVBuffer
class  llvm::GCOVFile
class  llvm::GCOVFunction
 GCOVFunction - Collects function information. More...
class  llvm::GCOVBlock
 GCOVBlock - Collects block information. More...
class  llvm::GCOVLines
 GCOVLines - A wrapper around a vector of int to keep track of line nos. More...
class  llvm::FileInfo

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::GCOV

Typedefs

typedef SmallVector< uint32_t, 16 > llvm::LineCounts

Enumerations

enum  llvm::GCOV::GCOVFormat {
  llvm::GCOV::InvalidGCOV, llvm::GCOV::GCNO_402, llvm::GCOV::GCNO_404, llvm::GCOV::GCDA_402,
  llvm::GCOV::GCDA_404
}