LLVM API Documentation

Public Member Functions
llvm::BitcodeReaderMDValueList Class Reference

#include <BitcodeReader.h>

List of all members.

Public Member Functions

 BitcodeReaderMDValueList (LLVMContext &C)
unsigned size () const
void resize (unsigned N)
void push_back (Value *V)
void clear ()
Valueback () const
void pop_back ()
bool empty () const
Valueoperator[] (unsigned i) const
void shrinkTo (unsigned N)
ValuegetValueFwdRef (unsigned Idx)
void AssignValue (Value *V, unsigned Idx)

Detailed Description

Definition at line 97 of file BitcodeReader.h.


Constructor & Destructor Documentation

Definition at line 102 of file BitcodeReader.h.


Member Function Documentation

Definition at line 438 of file BitcodeReader.cpp.

References llvm::MDNode::deleteTemporary(), push_back(), resize(), and size().

Definition at line 109 of file BitcodeReader.h.

Definition at line 108 of file BitcodeReader.h.

Referenced by llvm::BitcodeReader::FreeState().

Definition at line 111 of file BitcodeReader.h.

Definition at line 462 of file BitcodeReader.cpp.

References llvm::MDNode::getTemporary(), llvm::None, resize(), and size().

Value* llvm::BitcodeReaderMDValueList::operator[] ( unsigned  i) const [inline]

Definition at line 113 of file BitcodeReader.h.

Definition at line 110 of file BitcodeReader.h.

Definition at line 107 of file BitcodeReader.h.

Referenced by AssignValue().

Definition at line 106 of file BitcodeReader.h.

Referenced by AssignValue(), and getValueFwdRef().

Definition at line 118 of file BitcodeReader.h.

References size().

Definition at line 105 of file BitcodeReader.h.

Referenced by AssignValue(), getValueFwdRef(), and shrinkTo().


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