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

#include "IR/LLVMContextImpl.h"

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

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

References Elements, File, Line, and MIType.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1473 of file LLVMContextImpl.h.

References Elements, File, Line, MIType, and N.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1482 of file LLVMContextImpl.h.

References Elements, File, llvm::hash_combine(), Line, and MIType.

◆ isKeyOf()

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

Definition at line 1477 of file LLVMContextImpl.h.

References Elements, File, Line, MIType, and RHS.

Member Data Documentation

◆ Elements

◆ File

◆ Line

◆ MIType


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