LLVM 22.0.0git
llvm::MDNodeKeyImpl< DISubrangeType > Struct Reference

#include "IR/LLVMContextImpl.h"

Inheritance diagram for llvm::MDNodeKeyImpl< DISubrangeType >:
[legend]

Public Member Functions

 MDNodeKeyImpl (MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *SizeInBits, uint32_t AlignInBits, unsigned Flags, Metadata *BaseType, Metadata *LowerBound, Metadata *UpperBound, Metadata *Stride, Metadata *Bias)
 MDNodeKeyImpl (const DISubrangeType *N)
bool isKeyOf (const DISubrangeType *RHS) const
unsigned getHashValue () const

Public Attributes

MDStringName
MetadataFile
unsigned Line
MetadataScope
MetadataSizeInBits
uint32_t AlignInBits
unsigned Flags
MetadataBaseType
MetadataLowerBound
MetadataUpperBound
MetadataStride
MetadataBias

Detailed Description

Definition at line 658 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DISubrangeType >::MDNodeKeyImpl ( MDString * Name,
Metadata * File,
unsigned Line,
Metadata * Scope,
Metadata * SizeInBits,
uint32_t AlignInBits,
unsigned Flags,
Metadata * BaseType,
Metadata * LowerBound,
Metadata * UpperBound,
Metadata * Stride,
Metadata * Bias )
inline

Definition at line 672 of file LLVMContextImpl.h.

References AlignInBits, BaseType, Bias, File, Flags, Line, LowerBound, Name, Scope, SizeInBits, Stride, and UpperBound.

◆ MDNodeKeyImpl() [2/2]

llvm::MDNodeKeyImpl< DISubrangeType >::MDNodeKeyImpl ( const DISubrangeType * N)
inline

Member Function Documentation

◆ getHashValue()

◆ isKeyOf()

Member Data Documentation

◆ AlignInBits

Definition at line 664 of file LLVMContextImpl.h.

Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ BaseType

◆ Bias

◆ File

◆ Flags

◆ Line

◆ LowerBound

Definition at line 667 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ Name

◆ Scope

◆ SizeInBits

Definition at line 663 of file LLVMContextImpl.h.

Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ Stride

◆ UpperBound

Definition at line 668 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().


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