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

#include "IR/LLVMContextImpl.h"

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

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

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1093 of file LLVMContextImpl.h.

References ExportSymbols, Name, and Scope.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1095 of file LLVMContextImpl.h.

References ExportSymbols, N, Name, and Scope.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1104 of file LLVMContextImpl.h.

References llvm::hash_combine(), Name, and Scope.

◆ isKeyOf()

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

Definition at line 1099 of file LLVMContextImpl.h.

References ExportSymbols, Name, RHS, and Scope.

Member Data Documentation

◆ ExportSymbols

Definition at line 1091 of file LLVMContextImpl.h.

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

◆ Name

◆ Scope


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