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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, MDString *Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags, uint32_t AlignInBits, Metadata *Annotations)
 MDNodeKeyImpl (const DILocalVariable *N)
bool isKeyOf (const DILocalVariable *RHS) const
unsigned getHashValue () const

Public Attributes

MetadataScope
MDStringName
MetadataFile
unsigned Line
MetadataType
unsigned Arg
unsigned Flags
uint32_t AlignInBits
MetadataAnnotations

Detailed Description

Definition at line 1274 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILocalVariable >::MDNodeKeyImpl ( Metadata * Scope,
MDString * Name,
Metadata * File,
unsigned Line,
Metadata * Type,
unsigned Arg,
unsigned Flags,
uint32_t AlignInBits,
Metadata * Annotations )
inline

Definition at line 1285 of file LLVMContextImpl.h.

References AlignInBits, Annotations, Arg, File, Flags, Line, Name, Scope, and Type.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1290 of file LLVMContextImpl.h.

References AlignInBits, Annotations, Arg, File, Flags, getFlags(), Line, N, Name, Scope, and Type.

Member Function Documentation

◆ getHashValue()

unsigned llvm::MDNodeKeyImpl< DILocalVariable >::getHashValue ( ) const
inline

Definition at line 1304 of file LLVMContextImpl.h.

References Annotations, Arg, File, Flags, llvm::hash_combine(), Line, Name, Scope, and Type.

◆ isKeyOf()

bool llvm::MDNodeKeyImpl< DILocalVariable >::isKeyOf ( const DILocalVariable * RHS) const
inline

Definition at line 1296 of file LLVMContextImpl.h.

References AlignInBits, Annotations, Arg, File, Flags, Line, Name, RHS, Scope, and Type.

Member Data Documentation

◆ AlignInBits

Definition at line 1282 of file LLVMContextImpl.h.

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

◆ Annotations

◆ Arg

◆ File

◆ Flags

◆ Line

◆ Name

◆ Scope

◆ Type


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