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

#include "IR/LLVMContextImpl.h"

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

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 1412 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 1421 of file LLVMContextImpl.h.

References Elements, Entity, File, Line, Name, Scope, and Tag.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1425 of file LLVMContextImpl.h.

References Elements, Entity, File, getTag(), Line, N, Name, Scope, and Tag.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1437 of file LLVMContextImpl.h.

References Elements, Entity, File, llvm::hash_combine(), Line, Name, Scope, and Tag.

◆ isKeyOf()

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

Definition at line 1430 of file LLVMContextImpl.h.

References Elements, Entity, File, Line, Name, RHS, Scope, and Tag.

Member Data Documentation

◆ Elements

◆ Entity

◆ File

◆ Line

◆ Name

◆ Scope

◆ Tag


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