LLVM 20.0.0git
|
#include "llvm/IR/DebugInfoMetadata.h"
Classes | |
class | iterator |
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.
|
default |
Definition at line 78 of file DebugInfoMetadata.h.
References N.
|
inline |
Definition at line 124 of file DebugInfoMetadata.h.
References N.
|
inline |
Definition at line 125 of file DebugInfoMetadata.h.
References N.
|
inline |
Definition at line 83 of file DebugInfoMetadata.h.
References N.
Referenced by operator bool(), operator MDTuple *(), operator*(), and operator->().
|
inlineexplicit |
Definition at line 80 of file DebugInfoMetadata.h.
References get().
|
inlineexplicit |
Definition at line 81 of file DebugInfoMetadata.h.
References get().
|
inline |
Definition at line 85 of file DebugInfoMetadata.h.
References get().
|
inline |
Definition at line 84 of file DebugInfoMetadata.h.
References get().
Definition at line 89 of file DebugInfoMetadata.h.
|
inline |
Definition at line 88 of file DebugInfoMetadata.h.
References N.
Referenced by llvm::DwarfUnit::applySubprogramDefinitionAttributes(), and llvm::DwarfCompileUnit::constructSubprogramScopeDIE().