LLVM
8.0.1
|
#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 | |
MDString * | Name |
Metadata * | File |
unsigned | Line |
MDString * | GetterName |
MDString * | SetterName |
unsigned | Attributes |
Metadata * | Type |
Definition at line 1008 of file LLVMContextImpl.h.
|
inline |
Definition at line 1017 of file LLVMContextImpl.h.
|
inline |
Definition at line 1022 of file LLVMContextImpl.h.
|
inline |
Definition at line 1034 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 1027 of file LLVMContextImpl.h.
References llvm::DIObjCProperty::getAttributes(), llvm::DIObjCProperty::getLine(), llvm::DIObjCProperty::getRawFile(), llvm::DIObjCProperty::getRawGetterName(), llvm::DIObjCProperty::getRawName(), llvm::DIObjCProperty::getRawSetterName(), and llvm::DIObjCProperty::getRawType().
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Attributes |
Definition at line 1014 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIObjCProperty >::File |
Definition at line 1010 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::GetterName |
Definition at line 1012 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Line |
Definition at line 1011 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::Name |
Definition at line 1009 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::SetterName |
Definition at line 1013 of file LLVMContextImpl.h.
Definition at line 1015 of file LLVMContextImpl.h.