LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *Scope, MDString *Name, Metadata *File, unsigned Line) | |
MDNodeKeyImpl (const DILabel *N) | |
bool | isKeyOf (const DILabel *RHS) const |
unsigned | getHashValue () const |
Using name and line to get hash value. It should already be mostly unique. | |
Public Attributes | |
Metadata * | Scope |
MDString * | Name |
Metadata * | File |
unsigned | Line |
Definition at line 1163 of file LLVMContextImpl.h.
|
inline |
Definition at line 1169 of file LLVMContextImpl.h.
|
inline |
Definition at line 1171 of file LLVMContextImpl.h.
|
inline |
Using name and line to get hash value. It should already be mostly unique.
Definition at line 1181 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 1175 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILabel >::File |
Definition at line 1166 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILabel >::Line |
Definition at line 1167 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DILabel >::Name |
Definition at line 1165 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILabel >::Scope |
Definition at line 1164 of file LLVMContextImpl.h.