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 1155 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 1161 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1163 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 1173 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1167 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ File

Definition at line 1158 of file LLVMContextImpl.h.

◆ Line

Definition at line 1159 of file LLVMContextImpl.h.

◆ Name

Definition at line 1157 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1156 of file LLVMContextImpl.h.


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