LLVM  8.0.1
Public Attributes | List of all members
llvm::cflaa::CFLGraph::Edge Struct Reference

#include "Analysis/CFLGraph.h"

Collaboration diagram for llvm::cflaa::CFLGraph::Edge:
Collaboration graph
[legend]

Public Attributes

Node Other
 
int64_t Offset
 

Detailed Description

Definition at line 63 of file CFLGraph.h.

Member Data Documentation

◆ Offset

int64_t llvm::cflaa::CFLGraph::Edge::Offset

Definition at line 65 of file CFLGraph.h.

Referenced by llvm::cflaa::CFLGraph::addEdge().

◆ Other

Node llvm::cflaa::CFLGraph::Edge::Other

Definition at line 64 of file CFLGraph.h.


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