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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (APInt Value, bool IsUnsigned, MDString *Name)
 
 MDNodeKeyImpl (int64_t Value, bool IsUnsigned, MDString *Name)
 
 MDNodeKeyImpl (const DIEnumerator *N)
 
bool isKeyOf (const DIEnumerator *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

APInt Value
 
MDStringName
 
bool IsUnsigned
 

Detailed Description

Definition at line 438 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/3]

llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( APInt  Value,
bool  IsUnsigned,
MDString Name 
)
inline

Definition at line 443 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/3]

llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( int64_t  Value,
bool  IsUnsigned,
MDString Name 
)
inline

Definition at line 445 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [3/3]

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

Definition at line 448 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 458 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 452 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ IsUnsigned

Definition at line 441 of file LLVMContextImpl.h.

◆ Name

Definition at line 440 of file LLVMContextImpl.h.

◆ Value

Definition at line 439 of file LLVMContextImpl.h.


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