|
LLVM 23.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
| MDNodeKeyImpl (Metadata *Scope, MDString *Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags, uint32_t AlignInBits, Metadata *Annotations) | |
| MDNodeKeyImpl (const DILocalVariable *N) | |
| bool | isKeyOf (const DILocalVariable *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | Scope |
| MDString * | Name |
| Metadata * | File |
| unsigned | Line |
| Metadata * | Type |
| unsigned | Arg |
| unsigned | Flags |
| uint32_t | AlignInBits |
| Metadata * | Annotations |
Definition at line 1261 of file LLVMContextImpl.h.
|
inline |
Definition at line 1272 of file LLVMContextImpl.h.
References AlignInBits, Annotations, Arg, File, Flags, Line, Name, Scope, and Type.
|
inline |
Definition at line 1277 of file LLVMContextImpl.h.
References AlignInBits, Annotations, Arg, File, Flags, getFlags(), Line, N, Name, Scope, and Type.
|
inline |
Definition at line 1291 of file LLVMContextImpl.h.
References Annotations, Arg, File, Flags, llvm::hash_combine(), Line, Name, Scope, and Type.
|
inline |
Definition at line 1283 of file LLVMContextImpl.h.
References AlignInBits, Annotations, Arg, File, Flags, Line, Name, RHS, Scope, and Type.
| uint32_t llvm::MDNodeKeyImpl< DILocalVariable >::AlignInBits |
Definition at line 1269 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::Annotations |
Definition at line 1270 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1267 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::File |
Definition at line 1264 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| unsigned llvm::MDNodeKeyImpl< DILocalVariable >::Flags |
Definition at line 1268 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| unsigned llvm::MDNodeKeyImpl< DILocalVariable >::Line |
Definition at line 1265 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DILocalVariable >::Name |
Definition at line 1263 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::Scope |
Definition at line 1262 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::Type |
Definition at line 1266 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().