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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Variable, Metadata *Expression)
 
 MDNodeKeyImpl (const DIGlobalVariableExpression *N)
 
bool isKeyOf (const DIGlobalVariableExpression *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataVariable
 
MetadataExpression
 

Detailed Description

Definition at line 1191 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIGlobalVariableExpression >::MDNodeKeyImpl ( Metadata Variable,
Metadata Expression 
)
inline

Definition at line 1195 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1197 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1205 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

Definition at line 1200 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Expression

Definition at line 1193 of file LLVMContextImpl.h.

◆ Variable

Definition at line 1192 of file LLVMContextImpl.h.


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