|
LLVM
3.7.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 276 of file LLVMContextImpl.h.
|
inline |
Definition at line 280 of file LLVMContextImpl.h.
|
inline |
Definition at line 282 of file LLVMContextImpl.h.
|
inline |
Definition at line 288 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 285 of file LLVMContextImpl.h.
References llvm::DISubrange::getCount(), and llvm::DISubrange::getLowerBound().
| int64_t llvm::MDNodeKeyImpl< DISubrange >::Count |
Definition at line 277 of file LLVMContextImpl.h.
| int64_t llvm::MDNodeKeyImpl< DISubrange >::LowerBound |
Definition at line 278 of file LLVMContextImpl.h.
1.8.6