LLVM API Documentation
#include <BitcodeReader.h>
Public Member Functions | |
BitcodeReaderMDValueList (LLVMContext &C) | |
unsigned | size () const |
void | resize (unsigned N) |
void | push_back (Value *V) |
void | clear () |
Value * | back () const |
void | pop_back () |
bool | empty () const |
Value * | operator[] (unsigned i) const |
void | shrinkTo (unsigned N) |
Value * | getValueFwdRef (unsigned Idx) |
void | AssignValue (Value *V, unsigned Idx) |
Definition at line 95 of file BitcodeReader.h.
|
inline |
Definition at line 100 of file BitcodeReader.h.
Definition at line 377 of file BitcodeReader.cpp.
References llvm::MDNode::deleteTemporary(), push_back(), resize(), and size().
|
inline |
Definition at line 107 of file BitcodeReader.h.
|
inline |
Definition at line 106 of file BitcodeReader.h.
Referenced by llvm::BitcodeReader::FreeState().
|
inline |
Definition at line 109 of file BitcodeReader.h.
Definition at line 401 of file BitcodeReader.cpp.
References llvm::MDNode::getTemporary(), llvm::None, resize(), and size().
Definition at line 111 of file BitcodeReader.h.
|
inline |
Definition at line 108 of file BitcodeReader.h.
|
inline |
Definition at line 105 of file BitcodeReader.h.
Referenced by AssignValue().
|
inline |
Definition at line 104 of file BitcodeReader.h.
Referenced by AssignValue(), and getValueFwdRef().
|
inline |
Definition at line 116 of file BitcodeReader.h.
References size().
|
inline |
Definition at line 103 of file BitcodeReader.h.
Referenced by AssignValue(), getValueFwdRef(), and shrinkTo().