LLVM API Documentation

Public Member Functions | Friends
llvm::BitCodeAbbrev Class Reference

#include <BitCodes.h>

Inheritance diagram for llvm::BitCodeAbbrev:
Inheritance graph
[legend]
Collaboration diagram for llvm::BitCodeAbbrev:
Collaboration graph
[legend]

List of all members.

Public Member Functions

unsigned getNumOperandInfos () const
const BitCodeAbbrevOpgetOperandInfo (unsigned N) const
void Add (const BitCodeAbbrevOp &OpInfo)

Friends

class RefCountedBase< BitCodeAbbrev >

Detailed Description

BitCodeAbbrev - This class represents an abbreviation record. An abbreviation allows a complex record that has redundancy to be stored in a specialized format instead of the fully-general, fully-vbr, format.

Definition at line 165 of file BitCodes.h.


Member Function Documentation

void llvm::BitCodeAbbrev::Add ( const BitCodeAbbrevOp OpInfo) [inline]

Friends And Related Function Documentation

friend class RefCountedBase< BitCodeAbbrev > [friend]

Definition at line 169 of file BitCodes.h.


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