LLVM 18.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 1202 of file LLVMContextImpl.h.
|
inline |
Definition at line 1211 of file LLVMContextImpl.h.
References Attributes.
|
inline |
Definition at line 1216 of file LLVMContextImpl.h.
References Attributes.
|
inline |
Definition at line 1228 of file LLVMContextImpl.h.
References Attributes, llvm::hash_combine(), and Name.
|
inline |
Definition at line 1221 of file LLVMContextImpl.h.
References Attributes, Name, and RHS.
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Attributes |
Definition at line 1208 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIObjCProperty >::File |
Definition at line 1204 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::GetterName |
Definition at line 1206 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DIObjCProperty >::Line |
Definition at line 1205 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::Name |
Definition at line 1203 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIObjCProperty >::SetterName |
Definition at line 1207 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIObjCProperty >::Type |
Definition at line 1209 of file LLVMContextImpl.h.