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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DIImportedEntity >:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

unsigned Tag
 
MetadataScope
 
MetadataEntity
 
MetadataFile
 
unsigned Line
 
MDStringName
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIImportedEntity >

Definition at line 1040 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 
)
inline

Definition at line 1048 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1052 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1062 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ Entity

Definition at line 1043 of file LLVMContextImpl.h.

◆ File

Definition at line 1044 of file LLVMContextImpl.h.

◆ Line

Definition at line 1045 of file LLVMContextImpl.h.

◆ Name

Definition at line 1046 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1042 of file LLVMContextImpl.h.

◆ Tag

Definition at line 1041 of file LLVMContextImpl.h.


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