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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (MDString *Name, Metadata *File, unsigned Line, MDString *GetterName, MDString *SetterName, unsigned Attributes, Metadata *Type)
 
 MDNodeKeyImpl (const DIObjCProperty *N)
 
bool isKeyOf (const DIObjCProperty *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MDStringName
 
MetadataFile
 
unsigned Line
 
MDStringGetterName
 
MDStringSetterName
 
unsigned Attributes
 
MetadataType
 

Detailed Description

Definition at line 1208 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIObjCProperty >::MDNodeKeyImpl ( MDString Name,
Metadata File,
unsigned  Line,
MDString GetterName,
MDString SetterName,
unsigned  Attributes,
Metadata Type 
)
inline

Definition at line 1217 of file LLVMContextImpl.h.

References Attributes.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1222 of file LLVMContextImpl.h.

References Attributes.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1234 of file LLVMContextImpl.h.

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

◆ isKeyOf()

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

Definition at line 1227 of file LLVMContextImpl.h.

References Attributes, Name, and RHS.

Member Data Documentation

◆ Attributes

Definition at line 1214 of file LLVMContextImpl.h.

◆ File

Definition at line 1210 of file LLVMContextImpl.h.

◆ GetterName

Definition at line 1212 of file LLVMContextImpl.h.

◆ Line

Definition at line 1211 of file LLVMContextImpl.h.

◆ Name

Definition at line 1209 of file LLVMContextImpl.h.

◆ SetterName

Definition at line 1213 of file LLVMContextImpl.h.

◆ Type

Definition at line 1215 of file LLVMContextImpl.h.


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