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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (unsigned MIType, unsigned Line, MDString *Name, MDString *Value)
 MDNodeKeyImpl (const DIMacro *N)
bool isKeyOf (const DIMacro *RHS) const
unsigned getHashValue () const

Public Attributes

unsigned MIType
unsigned Line
MDStringName
MDStringValue

Detailed Description

Definition at line 1442 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIMacro >::MDNodeKeyImpl ( unsigned MIType,
unsigned Line,
MDString * Name,
MDString * Value )
inline

Definition at line 1448 of file LLVMContextImpl.h.

References Line, MIType, Name, and Value.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1450 of file LLVMContextImpl.h.

References Line, MIType, N, Name, and Value.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1459 of file LLVMContextImpl.h.

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

◆ isKeyOf()

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

Definition at line 1454 of file LLVMContextImpl.h.

References Line, MIType, Name, RHS, and Value.

Member Data Documentation

◆ Line

◆ MIType

◆ Name

◆ Value


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