LLVM 20.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 1177 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 1183 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

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

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1189 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ File

Definition at line 1180 of file LLVMContextImpl.h.

◆ Line

Definition at line 1181 of file LLVMContextImpl.h.

◆ Name

Definition at line 1179 of file LLVMContextImpl.h.

◆ Scope

Definition at line 1178 of file LLVMContextImpl.h.


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