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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (unsigned Tag, Metadata *Scope, Metadata *Entity, Metadata *File, unsigned Line, MDString *Name, Metadata *Elements)
 
 MDNodeKeyImpl (const DIImportedEntity *N)
 
bool isKeyOf (const DIImportedEntity *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned Tag
 
MetadataScope
 
MetadataEntity
 
MetadataFile
 
unsigned Line
 
MDStringName
 
MetadataElements
 

Detailed Description

Definition at line 1240 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIImportedEntity >::MDNodeKeyImpl ( unsigned  Tag,
Metadata Scope,
Metadata Entity,
Metadata File,
unsigned  Line,
MDString Name,
Metadata Elements 
)
inline

Definition at line 1249 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1253 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1265 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1258 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ Elements

Definition at line 1247 of file LLVMContextImpl.h.

◆ Entity

Definition at line 1243 of file LLVMContextImpl.h.

◆ File

Definition at line 1244 of file LLVMContextImpl.h.

◆ Line

Definition at line 1245 of file LLVMContextImpl.h.

◆ Name

Definition at line 1246 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1242 of file LLVMContextImpl.h.

◆ Tag

Definition at line 1241 of file LLVMContextImpl.h.


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