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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (Metadata *File, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *APINotesFile, unsigned LineNo, bool IsDecl)
 
 MDNodeKeyImpl (const DIModule *N)
 
bool isKeyOf (const DIModule *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataFile
 
MetadataScope
 
MDStringName
 
MDStringConfigurationMacros
 
MDStringIncludePath
 
MDStringAPINotesFile
 
unsigned LineNo
 
bool IsDecl
 

Detailed Description

Definition at line 971 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIModule >::MDNodeKeyImpl ( Metadata File,
Metadata Scope,
MDString Name,
MDString ConfigurationMacros,
MDString IncludePath,
MDString APINotesFile,
unsigned  LineNo,
bool  IsDecl 
)
inline

Definition at line 981 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 987 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1003 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

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

Definition at line 994 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ APINotesFile

Definition at line 977 of file LLVMContextImpl.h.

◆ ConfigurationMacros

MDString* llvm::MDNodeKeyImpl< DIModule >::ConfigurationMacros

Definition at line 975 of file LLVMContextImpl.h.

◆ File

Definition at line 972 of file LLVMContextImpl.h.

◆ IncludePath

Definition at line 976 of file LLVMContextImpl.h.

◆ IsDecl

Definition at line 979 of file LLVMContextImpl.h.

◆ LineNo

Definition at line 978 of file LLVMContextImpl.h.

◆ Name

Definition at line 974 of file LLVMContextImpl.h.

◆ Scope

Definition at line 973 of file LLVMContextImpl.h.


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