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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, Metadata *File, unsigned Discriminator)
 
 MDNodeKeyImpl (const DILexicalBlockFile *N)
 
bool isKeyOf (const DILexicalBlockFile *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MetadataFile
 
unsigned Discriminator
 

Detailed Description

Definition at line 906 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILexicalBlockFile >::MDNodeKeyImpl ( Metadata Scope,
Metadata File,
unsigned  Discriminator 
)
inline

Definition at line 911 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 913 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 922 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

Definition at line 917 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Discriminator

Definition at line 909 of file LLVMContextImpl.h.

◆ File

Definition at line 908 of file LLVMContextImpl.h.

◆ Scope

Definition at line 907 of file LLVMContextImpl.h.


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