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

#include "IR/LLVMContextImpl.h"

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

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

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/3]

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

Definition at line 458 of file LLVMContextImpl.h.

References IsUnsigned, llvm::move(), Name, and Value.

◆ MDNodeKeyImpl() [2/3]

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

Definition at line 460 of file LLVMContextImpl.h.

References IsUnsigned, Name, and Value.

◆ MDNodeKeyImpl() [3/3]

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

Definition at line 463 of file LLVMContextImpl.h.

References IsUnsigned, N, Name, and Value.

Member Function Documentation

◆ getHashValue()

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

Definition at line 473 of file LLVMContextImpl.h.

References llvm::hash_combine(), Name, and Value.

◆ isKeyOf()

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

Definition at line 467 of file LLVMContextImpl.h.

References IsUnsigned, Name, RHS, and Value.

Member Data Documentation

◆ IsUnsigned

Definition at line 456 of file LLVMContextImpl.h.

Referenced by isKeyOf(), MDNodeKeyImpl(), MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ Name

◆ Value


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