LLVM 20.0.0git
|
#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 1216 of file LLVMContextImpl.h.
|
inline |
Definition at line 1225 of file LLVMContextImpl.h.
References Attributes.
|
inline |
Definition at line 1230 of file LLVMContextImpl.h.
References Attributes.
|
inline |
Definition at line 1242 of file LLVMContextImpl.h.
References Attributes, llvm::hash_combine(), and Name.
|
inline |
Definition at line 1235 of file LLVMContextImpl.h.
References Attributes, Name, and RHS.
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Attributes |
Definition at line 1222 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIObjCProperty >::File |
Definition at line 1218 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::GetterName |
Definition at line 1220 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Line |
Definition at line 1219 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::Name |
Definition at line 1217 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::SetterName |
Definition at line 1221 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIObjCProperty >::Type |
Definition at line 1223 of file LLVMContextImpl.h.