class DITypeRefArray
Declaration
class DITypeRefArray { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:63
Method Overview
- public DITypeRefArray()
- public DITypeRefArray(const llvm::MDTuple * N)
- public llvm::DITypeRefArray::iterator begin() const
- public llvm::DITypeRefArray::iterator end() const
- public llvm::MDTuple * get() const
- public bool operator bool() const
- public llvm::MDTuple * operator llvm::MDTuple *() const
- public unsigned int size() const
Methods
¶DITypeRefArray()
DITypeRefArray()
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:67
¶DITypeRefArray(const llvm::MDTuple* N)
DITypeRefArray(const llvm::MDTuple* N)
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:68
Parameters
- const llvm::MDTuple* N
¶llvm::DITypeRefArray::iterator begin() const
llvm::DITypeRefArray::iterator begin() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:109
¶llvm::DITypeRefArray::iterator end() const
llvm::DITypeRefArray::iterator end() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:110
¶llvm::MDTuple* get() const
llvm::MDTuple* get() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:73
¶bool operator bool() const
bool operator bool() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:70
¶llvm::MDTuple* operator llvm::MDTuple*() const
llvm::MDTuple* operator llvm::MDTuple*() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:71
¶unsigned int size() const
unsigned int size() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:78