LLVM
8.0.1
|
#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. More... | |
Public Attributes | |
Metadata * | Scope |
MDString * | Name |
Metadata * | File |
unsigned | Line |
Definition at line 953 of file LLVMContextImpl.h.
|
inline |
Definition at line 959 of file LLVMContextImpl.h.
|
inline |
Definition at line 961 of file LLVMContextImpl.h.
|
inline |
Using name and line to get hash value. It should already be mostly unique.
Definition at line 971 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 965 of file LLVMContextImpl.h.
References llvm::DILabel::getLine(), llvm::DILabel::getRawFile(), llvm::DILabel::getRawName(), and llvm::DILabel::getRawScope().
Metadata* llvm::MDNodeKeyImpl< DILabel >::File |
Definition at line 956 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILabel >::Line |
Definition at line 957 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DILabel >::Name |
Definition at line 955 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILabel >::Scope |
Definition at line 954 of file LLVMContextImpl.h.