LLVM 23.0.0git
llvm::MDAttachment Struct Reference

Single metadata attachment, forms linked list ended by index 0. More...

#include "IR/LLVMContextImpl.h"

Public Attributes

unsigned Next = 0
unsigned MDKind
TrackingMDNodeRef Node

Detailed Description

Single metadata attachment, forms linked list ended by index 0.

Definition at line 1570 of file LLVMContextImpl.h.

Member Data Documentation

◆ MDKind

unsigned llvm::MDAttachment::MDKind

Definition at line 1572 of file LLVMContextImpl.h.

◆ Next

unsigned llvm::MDAttachment::Next = 0

Definition at line 1571 of file LLVMContextImpl.h.

◆ Node

TrackingMDNodeRef llvm::MDAttachment::Node

Definition at line 1573 of file LLVMContextImpl.h.


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