LLVM 24.0.0git
llvm::MDNodeKeyImpl< DIProperty > Struct Reference

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (MDString *Name, Metadata *File, unsigned Line, Metadata *Type, Metadata *BackingStorage)
 MDNodeKeyImpl (const DIProperty *N)
bool isKeyOf (const DIProperty *RHS) const
unsigned getHashValue () const

Public Attributes

MDStringName
MetadataFile
unsigned Line
MetadataType
MetadataBackingStorage

Detailed Description

Definition at line 1399 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIProperty >::MDNodeKeyImpl ( MDString * Name,
Metadata * File,
unsigned Line,
Metadata * Type,
Metadata * BackingStorage )
inline

Definition at line 1406 of file LLVMContextImpl.h.

References BackingStorage, File, Line, Name, and Type.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1410 of file LLVMContextImpl.h.

References BackingStorage, File, Line, N, Name, and Type.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1420 of file LLVMContextImpl.h.

References BackingStorage, File, llvm::hash_combine(), Line, Name, and Type.

◆ isKeyOf()

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

Definition at line 1414 of file LLVMContextImpl.h.

References BackingStorage, File, Line, Name, RHS, and Type.

Member Data Documentation

◆ BackingStorage

Definition at line 1404 of file LLVMContextImpl.h.

Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().

◆ File

◆ Line

◆ Name

◆ Type


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