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

#include "IR/LLVMContextImpl.h"

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

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 1045 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 1051 of file LLVMContextImpl.h.

References Column, File, Line, and Scope.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1053 of file LLVMContextImpl.h.

References Column, File, Line, N, and Scope.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1062 of file LLVMContextImpl.h.

References Column, File, llvm::hash_combine(), Line, and Scope.

◆ isKeyOf()

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

Definition at line 1057 of file LLVMContextImpl.h.

References Column, File, Line, RHS, and Scope.

Member Data Documentation

◆ Column

◆ File

◆ Line

◆ Scope


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