LLVM 20.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 1262 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 1271 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1275 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1287 of file LLVMContextImpl.h.

References llvm::hash_combine(), Name, and llvm::Tag.

◆ isKeyOf()

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

Definition at line 1280 of file LLVMContextImpl.h.

References Name, RHS, and llvm::Tag.

Member Data Documentation

◆ Elements

Definition at line 1269 of file LLVMContextImpl.h.

◆ Entity

Definition at line 1265 of file LLVMContextImpl.h.

◆ File

Definition at line 1266 of file LLVMContextImpl.h.

◆ Line

Definition at line 1267 of file LLVMContextImpl.h.

◆ Name

Definition at line 1268 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1264 of file LLVMContextImpl.h.

◆ Tag

Definition at line 1263 of file LLVMContextImpl.h.


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