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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, Metadata *Decl, MDString *Name, Metadata *File, unsigned LineNo)
 
 MDNodeKeyImpl (const DICommonBlock *N)
 
bool isKeyOf (const DICommonBlock *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MetadataDecl
 
MDStringName
 
MetadataFile
 
unsigned LineNo
 

Detailed Description

Definition at line 946 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DICommonBlock >::MDNodeKeyImpl ( Metadata Scope,
Metadata Decl,
MDString Name,
Metadata File,
unsigned  LineNo 
)
inline

Definition at line 953 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 956 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 966 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 960 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ Decl

Definition at line 948 of file LLVMContextImpl.h.

◆ File

Definition at line 950 of file LLVMContextImpl.h.

◆ LineNo

Definition at line 951 of file LLVMContextImpl.h.

◆ Name

Definition at line 949 of file LLVMContextImpl.h.

◆ Scope

Definition at line 947 of file LLVMContextImpl.h.


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