LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DILocalVariable > Struct Reference

#include "IR/LLVMContextImpl.h"

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 1113 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 1124 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1129 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1143 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1135 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ AlignInBits

Definition at line 1121 of file LLVMContextImpl.h.

◆ Annotations

Definition at line 1122 of file LLVMContextImpl.h.

◆ Arg

Definition at line 1119 of file LLVMContextImpl.h.

◆ File

Definition at line 1116 of file LLVMContextImpl.h.

◆ Flags

Definition at line 1120 of file LLVMContextImpl.h.

◆ Line

Definition at line 1117 of file LLVMContextImpl.h.

◆ Name

Definition at line 1115 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1114 of file LLVMContextImpl.h.

◆ Type

Definition at line 1118 of file LLVMContextImpl.h.


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