LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound, Metadata *Stride) | |
MDNodeKeyImpl (const DIGenericSubrange *N) | |
bool | isKeyOf (const DIGenericSubrange *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | CountNode |
Metadata * | LowerBound |
Metadata * | UpperBound |
Metadata * | Stride |
Definition at line 409 of file LLVMContextImpl.h.
|
inline |
Definition at line 415 of file LLVMContextImpl.h.
|
inline |
Definition at line 419 of file LLVMContextImpl.h.
|
inline |
Definition at line 430 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 423 of file LLVMContextImpl.h.
References RHS.
Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::CountNode |
Definition at line 410 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::LowerBound |
Definition at line 411 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::Stride |
Definition at line 413 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIGenericSubrange >::UpperBound |
Definition at line 412 of file LLVMContextImpl.h.