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

Public Member Functions | |
| MDNodeKeyImpl (Metadata *CountNode, int64_t LowerBound) | |
| MDNodeKeyImpl (const DISubrange *N) | |
| bool | isKeyOf (const DISubrange *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | CountNode |
| int64_t | LowerBound |
Definition at line 326 of file LLVMContextImpl.h.
|
inline |
Definition at line 330 of file LLVMContextImpl.h.
|
inline |
Definition at line 332 of file LLVMContextImpl.h.
|
inline |
Definition at line 349 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 336 of file LLVMContextImpl.h.
References llvm::DISubrange::getCount().
| Metadata* llvm::MDNodeKeyImpl< DISubrange >::CountNode |
Definition at line 327 of file LLVMContextImpl.h.
| int64_t llvm::MDNodeKeyImpl< DISubrange >::LowerBound |
Definition at line 328 of file LLVMContextImpl.h.
1.8.13