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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, MDString *Name, Metadata *File, unsigned Line)
 
 MDNodeKeyImpl (const DILabel *N)
 
bool isKeyOf (const DILabel *RHS) const
 
unsigned getHashValue () const
 Using name and line to get hash value. It should already be mostly unique.
 

Public Attributes

MetadataScope
 
MDStringName
 
MetadataFile
 
unsigned Line
 

Detailed Description

Definition at line 1162 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DILabel >::MDNodeKeyImpl ( Metadata Scope,
MDString Name,
Metadata File,
unsigned  Line 
)
inline

Definition at line 1168 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1170 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Using name and line to get hash value. It should already be mostly unique.

Definition at line 1180 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1174 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ File

Definition at line 1165 of file LLVMContextImpl.h.

◆ Line

Definition at line 1166 of file LLVMContextImpl.h.

◆ Name

Definition at line 1164 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1163 of file LLVMContextImpl.h.


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