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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DIObjCProperty >:
Collaboration graph
[legend]

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

template<>
struct llvm::MDNodeKeyImpl< DIObjCProperty >

Definition at line 1008 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 1017 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1022 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1034 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ Attributes

Definition at line 1014 of file LLVMContextImpl.h.

◆ File

Definition at line 1010 of file LLVMContextImpl.h.

◆ GetterName

Definition at line 1012 of file LLVMContextImpl.h.

◆ Line

Definition at line 1011 of file LLVMContextImpl.h.

◆ Name

Definition at line 1009 of file LLVMContextImpl.h.

◆ SetterName

Definition at line 1013 of file LLVMContextImpl.h.

◆ Type

Definition at line 1015 of file LLVMContextImpl.h.


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