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

#include "IR/LLVMContextImpl.h"

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

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

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1367 of file LLVMContextImpl.h.

References Expression, and Variable.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1369 of file LLVMContextImpl.h.

References Expression, N, and Variable.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1377 of file LLVMContextImpl.h.

References Expression, llvm::hash_combine(), and Variable.

◆ isKeyOf()

Definition at line 1372 of file LLVMContextImpl.h.

References Expression, RHS, and Variable.

Member Data Documentation

◆ Expression

◆ Variable


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