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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *StringLength, Metadata *StringLengthExp, Metadata *StringLocationExp, Metadata *SizeInBits, uint32_t AlignInBits, unsigned Encoding)
 MDNodeKeyImpl (const DIStringType *N)
bool isKeyOf (const DIStringType *RHS) const
unsigned getHashValue () const

Public Attributes

unsigned Tag
MDStringName
MetadataStringLength
MetadataStringLengthExp
MetadataStringLocationExp
MetadataSizeInBits
uint32_t AlignInBits
unsigned Encoding

Detailed Description

Definition at line 550 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIStringType >::MDNodeKeyImpl ( unsigned Tag,
MDString * Name,
Metadata * StringLength,
Metadata * StringLengthExp,
Metadata * StringLocationExp,
Metadata * SizeInBits,
uint32_t AlignInBits,
unsigned Encoding )
inline

◆ MDNodeKeyImpl() [2/2]

Member Function Documentation

◆ getHashValue()

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

Definition at line 583 of file LLVMContextImpl.h.

References Encoding, llvm::hash_combine(), Name, StringLength, and Tag.

◆ isKeyOf()

Member Data Documentation

◆ AlignInBits

Definition at line 557 of file LLVMContextImpl.h.

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

◆ Encoding

◆ Name

◆ SizeInBits

Definition at line 556 of file LLVMContextImpl.h.

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

◆ StringLength

Definition at line 553 of file LLVMContextImpl.h.

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

◆ StringLengthExp

Definition at line 554 of file LLVMContextImpl.h.

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

◆ StringLocationExp

Metadata* llvm::MDNodeKeyImpl< DIStringType >::StringLocationExp

Definition at line 555 of file LLVMContextImpl.h.

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

◆ Tag


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