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 884 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 890 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 892 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 901 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 896 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Column

Definition at line 888 of file LLVMContextImpl.h.

◆ File

Definition at line 886 of file LLVMContextImpl.h.

◆ Line

Definition at line 887 of file LLVMContextImpl.h.

◆ Scope

Definition at line 885 of file LLVMContextImpl.h.


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