|
LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"

Public Member Functions | |
| MDNodeKeyImpl (ArrayRef< uint64_t > Elements) | |
| MDNodeKeyImpl (const DIExpression *N) | |
| bool | isKeyOf (const DIExpression *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| ArrayRef< uint64_t > | Elements |
Definition at line 976 of file LLVMContextImpl.h.
|
inline |
Definition at line 979 of file LLVMContextImpl.h.
|
inline |
Definition at line 980 of file LLVMContextImpl.h.
|
inline |
Definition at line 986 of file LLVMContextImpl.h.
References llvm::ArrayRef< T >::begin(), llvm::ArrayRef< T >::end(), and llvm::hash_combine_range().
|
inline |
Definition at line 982 of file LLVMContextImpl.h.
References llvm::DIExpression::getElements().
| ArrayRef<uint64_t> llvm::MDNodeKeyImpl< DIExpression >::Elements |
Definition at line 977 of file LLVMContextImpl.h.
1.8.13