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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, MDString *Name, bool ExportSymbols)
 
 MDNodeKeyImpl (const DINamespace *N)
 
bool isKeyOf (const DINamespace *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MDStringName
 
bool ExportSymbols
 

Detailed Description

Definition at line 927 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DINamespace >::MDNodeKeyImpl ( Metadata Scope,
MDString Name,
bool  ExportSymbols 
)
inline

Definition at line 932 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 934 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 943 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 938 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ ExportSymbols

Definition at line 930 of file LLVMContextImpl.h.

◆ Name

Definition at line 929 of file LLVMContextImpl.h.

◆ Scope

Definition at line 928 of file LLVMContextImpl.h.


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