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

#include "IR/LLVMContextImpl.h"

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

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1278 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1287 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 1282 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ Line

Definition at line 1272 of file LLVMContextImpl.h.

◆ MIType

Definition at line 1271 of file LLVMContextImpl.h.

◆ Name

Definition at line 1273 of file LLVMContextImpl.h.

◆ Value

Definition at line 1274 of file LLVMContextImpl.h.


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