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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, Metadata *File, unsigned Line, unsigned Column)
 
 MDNodeKeyImpl (const DILexicalBlock *N)
 
bool isKeyOf (const DILexicalBlock *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MetadataFile
 
unsigned Line
 
unsigned Column
 

Detailed Description

Definition at line 891 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILexicalBlock >::MDNodeKeyImpl ( Metadata Scope,
Metadata File,
unsigned  Line,
unsigned  Column 
)
inline

Definition at line 897 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 899 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 908 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 903 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Column

Definition at line 895 of file LLVMContextImpl.h.

◆ File

Definition at line 893 of file LLVMContextImpl.h.

◆ Line

Definition at line 894 of file LLVMContextImpl.h.

◆ Scope

Definition at line 892 of file LLVMContextImpl.h.


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