|
LLVM
4.0.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (int64_t Count, int64_t LowerBound) | |
| MDNodeKeyImpl (const DISubrange *N) | |
| bool | isKeyOf (const DISubrange *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| int64_t | Count |
| int64_t | LowerBound |
Definition at line 290 of file LLVMContextImpl.h.
|
inline |
Definition at line 294 of file LLVMContextImpl.h.
|
inline |
Definition at line 296 of file LLVMContextImpl.h.
|
inline |
Definition at line 302 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 299 of file LLVMContextImpl.h.
References llvm::DISubrange::getCount(), and llvm::DISubrange::getLowerBound().
| int64_t llvm::MDNodeKeyImpl< DISubrange >::Count |
Definition at line 291 of file LLVMContextImpl.h.
| int64_t llvm::MDNodeKeyImpl< DISubrange >::LowerBound |
Definition at line 292 of file LLVMContextImpl.h.
1.8.6