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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (unsigned Flags, uint8_t CC, Metadata *TypeArray)
 
 MDNodeKeyImpl (const DISubroutineType *N)
 
bool isKeyOf (const DISubroutineType *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned Flags
 
uint8_t CC
 
MetadataTypeArray
 

Detailed Description

Definition at line 711 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DISubroutineType >::MDNodeKeyImpl ( unsigned  Flags,
uint8_t  CC,
Metadata TypeArray 
)
inline

Definition at line 716 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 718 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 726 of file LLVMContextImpl.h.

References CC, and llvm::hash_combine().

◆ isKeyOf()

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

Definition at line 721 of file LLVMContextImpl.h.

References CC, and RHS.

Member Data Documentation

◆ CC

Definition at line 713 of file LLVMContextImpl.h.

◆ Flags

Definition at line 712 of file LLVMContextImpl.h.

◆ TypeArray

Definition at line 714 of file LLVMContextImpl.h.


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