LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Tag, Metadata *Scope, Metadata *Entity, Metadata *File, unsigned Line, MDString *Name, Metadata *Elements) | |
MDNodeKeyImpl (const DIImportedEntity *N) | |
bool | isKeyOf (const DIImportedEntity *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Tag |
Metadata * | Scope |
Metadata * | Entity |
Metadata * | File |
unsigned | Line |
MDString * | Name |
Metadata * | Elements |
Definition at line 1412 of file LLVMContextImpl.h.
|
inline |
|
inline |
|
inline |
Definition at line 1437 of file LLVMContextImpl.h.
References Elements, Entity, File, llvm::hash_combine(), Line, Name, Scope, and Tag.
|
inline |
Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::Elements |
Definition at line 1419 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::Entity |
Definition at line 1415 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::File |
Definition at line 1416 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIImportedEntity >::Line |
Definition at line 1417 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIImportedEntity >::Name |
Definition at line 1418 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIImportedEntity >::Scope |
Definition at line 1414 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1413 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().