LLVM 17.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 1141 of file LLVMContextImpl.h.
|
inline |
Definition at line 1147 of file LLVMContextImpl.h.
|
inline |
Definition at line 1149 of file LLVMContextImpl.h.
|
inline |
Using name and line to get hash value. It should already be mostly unique.
Definition at line 1159 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 1153 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILabel >::File |
Definition at line 1144 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILabel >::Line |
Definition at line 1145 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DILabel >::Name |
Definition at line 1143 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILabel >::Scope |
Definition at line 1142 of file LLVMContextImpl.h.