LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::RAV Struct Reference

#include <ValueSet.h>

Collaboration diagram for llvm::RAV:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RAV (const Value *v)
 RAV (const Value &v)

Public Attributes

const ValueV

Detailed Description

Definition at line 27 of file ValueSet.h.


Constructor & Destructor Documentation

llvm::RAV::RAV const Value v  )  [inline]
 

Definition at line 29 of file ValueSet.h.

llvm::RAV::RAV const Value v  )  [inline]
 

Definition at line 30 of file ValueSet.h.


Member Data Documentation

const Value& llvm::RAV::V
 

Definition at line 28 of file ValueSet.h.

Referenced by llvm::operator<<().


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