LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::IntrusiveBackListNode Struct Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::IntrusiveBackListNode:
Inheritance graph
[legend]

Public Member Functions

 IntrusiveBackListNode ()
 
IntrusiveBackListNodegetNext () const
 

Public Attributes

PointerIntPair< IntrusiveBackListNode *, 1 > Next
 

Detailed Description

Definition at line 522 of file DIE.h.

Constructor & Destructor Documentation

◆ IntrusiveBackListNode()

llvm::IntrusiveBackListNode::IntrusiveBackListNode ( )
inline

Definition at line 525 of file DIE.h.

Member Function Documentation

◆ getNext()

IntrusiveBackListNode * llvm::IntrusiveBackListNode::getNext ( ) const
inline

Definition at line 527 of file DIE.h.

References Next.

Member Data Documentation

◆ Next

PointerIntPair<IntrusiveBackListNode *, 1> llvm::IntrusiveBackListNode::Next

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