LLVM API Documentation

Public Member Functions | Public Attributes
llvm::GCOVEdge Struct Reference

GCOVEdge - Collects edge information. More...

#include <GCOV.h>

Collaboration diagram for llvm::GCOVEdge:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GCOVEdge (GCOVBlock &S, GCOVBlock &D)

Public Attributes

GCOVBlockSrc
GCOVBlockDst
uint64_t Count

Detailed Description

GCOVEdge - Collects edge information.

Definition at line 252 of file GCOV.h.


Constructor & Destructor Documentation

llvm::GCOVEdge::GCOVEdge ( GCOVBlock S,
GCOVBlock D 
) [inline]

Definition at line 253 of file GCOV.h.


Member Data Documentation

Definition at line 257 of file GCOV.h.

Referenced by llvm::GCOVBlock::dump().

Definition at line 255 of file GCOV.h.

Referenced by llvm::GCOVBlock::addDstEdge(), and llvm::GCOVBlock::dump().


The documentation for this struct was generated from the following file: