|
LLVM 24.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
| MDNodeKeyImpl (MDString *Name, Metadata *File, unsigned Line, Metadata *Type, Metadata *BackingStorage) | |
| MDNodeKeyImpl (const DIProperty *N) | |
| bool | isKeyOf (const DIProperty *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| MDString * | Name |
| Metadata * | File |
| unsigned | Line |
| Metadata * | Type |
| Metadata * | BackingStorage |
Definition at line 1399 of file LLVMContextImpl.h.
|
inline |
Definition at line 1406 of file LLVMContextImpl.h.
References BackingStorage, File, Line, Name, and Type.
|
inline |
Definition at line 1410 of file LLVMContextImpl.h.
|
inline |
Definition at line 1420 of file LLVMContextImpl.h.
References BackingStorage, File, llvm::hash_combine(), Line, Name, and Type.
|
inline |
Definition at line 1414 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIProperty >::BackingStorage |
Definition at line 1404 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DIProperty >::File |
Definition at line 1401 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| unsigned llvm::MDNodeKeyImpl< DIProperty >::Line |
Definition at line 1402 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIProperty >::Name |
Definition at line 1400 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DIProperty >::Type |
Definition at line 1403 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().