LLVM: llvm::DITypeRefArray Class Reference (original) (raw)

#include "[llvm/IR/DebugInfoMetadata.h](DebugInfoMetadata%5F8h%5Fsource.html)"

Public Member Functions
DITypeRefArray ()=default
DITypeRefArray (const MDTuple *N)
operator bool () const
operator MDTuple * () const
MDTuple * get () const
MDTuple * operator-> () const
MDTuple & operator* () const
unsigned size () const
DIType * operator[] (unsigned I) const
iterator begin () const
iterator end () const

Definition at line 73 of file DebugInfoMetadata.h.

llvm::DITypeRefArray::DITypeRefArray ( ) default

DITypeRefArray() [2/2]

llvm::DITypeRefArray::DITypeRefArray ( const MDTuple * N) inline

begin()

iterator llvm::DITypeRefArray::begin ( ) const inline

end()

iterator llvm::DITypeRefArray::end ( ) const inline

get()

MDTuple * llvm::DITypeRefArray::get ( ) const inline

operator bool()

llvm::DITypeRefArray::operator bool ( ) const inlineexplicit

operator MDTuple *()

llvm::DITypeRefArray::operator MDTuple * ( ) const inlineexplicit

operator*()

MDTuple & llvm::DITypeRefArray::operator* ( ) const inline

operator->()

MDTuple * llvm::DITypeRefArray::operator-> ( ) const inline

operator[]()

size()

unsigned llvm::DITypeRefArray::size ( ) const inline

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