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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (unsigned MIType, unsigned Line, Metadata *File, Metadata *Elements)
 
 MDNodeKeyImpl (const DIMacroFile *N)
 
bool isKeyOf (const DIMacroFile *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned MIType
 
unsigned Line
 
MetadataFile
 
MetadataElements
 

Detailed Description

Definition at line 1292 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIMacroFile >::MDNodeKeyImpl ( unsigned  MIType,
unsigned  Line,
Metadata File,
Metadata Elements 
)
inline

Definition at line 1298 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1301 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1310 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 1305 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Elements

Definition at line 1296 of file LLVMContextImpl.h.

◆ File

Definition at line 1295 of file LLVMContextImpl.h.

◆ Line

Definition at line 1294 of file LLVMContextImpl.h.

◆ MIType

Definition at line 1293 of file LLVMContextImpl.h.


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