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

#include <LLVMContextImpl.h>

Collaboration diagram for llvm::MDNodeKeyImpl< DIObjCProperty >:
[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 888 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

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

Definition at line 897 of file LLVMContextImpl.h.

Definition at line 902 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 913 of file LLVMContextImpl.h.

References llvm::ARMBuildAttrs::File, and llvm::hash_combine().

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

Member Data Documentation

Definition at line 894 of file LLVMContextImpl.h.

Definition at line 890 of file LLVMContextImpl.h.

Definition at line 892 of file LLVMContextImpl.h.

Definition at line 891 of file LLVMContextImpl.h.

Definition at line 889 of file LLVMContextImpl.h.

Definition at line 893 of file LLVMContextImpl.h.

Definition at line 895 of file LLVMContextImpl.h.


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