LLVM: llvm::MDNodeKeyImpl< DIEnumerator > Struct Reference (original) (raw)
#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MDNodeKeyImpl< DIEnumerator >:
[legend]
| Public Member Functions | |
|---|---|
| MDNodeKeyImpl (APInt Value, bool IsUnsigned, MDString *Name) | |
| MDNodeKeyImpl (int64_t Value, bool IsUnsigned, MDString *Name) | |
| MDNodeKeyImpl (const DIEnumerator *N) | |
| bool | isKeyOf (const DIEnumerator *RHS) const |
| unsigned | getHashValue () const |
| Public Attributes | |
|---|---|
| APInt | Value |
| MDString * | Name |
| bool | IsUnsigned |
Detailed Description
Definition at line 453 of file LLVMContextImpl.h.
Constructor & Destructor Documentation
| llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( APInt Value, bool IsUnsigned, MDString * Name ) | inline |
|---|
Definition at line 458 of file LLVMContextImpl.h.
References IsUnsigned, llvm::move(), Name, and Value.
◆ MDNodeKeyImpl() [2/3]
| llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( int64_t Value, bool IsUnsigned, MDString * Name ) | inline |
|---|
Definition at line 460 of file LLVMContextImpl.h.
References IsUnsigned, Name, and Value.
◆ MDNodeKeyImpl() [3/3]
| llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( const DIEnumerator * N) | inline |
|---|
Definition at line 463 of file LLVMContextImpl.h.
References IsUnsigned, N, Name, and Value.
Member Function Documentation
◆ getHashValue()
| unsigned llvm::MDNodeKeyImpl< DIEnumerator >::getHashValue ( ) const | inline |
|---|
Definition at line 473 of file LLVMContextImpl.h.
References llvm::hash_combine(), Name, and Value.
◆ isKeyOf()
| bool llvm::MDNodeKeyImpl< DIEnumerator >::isKeyOf ( const DIEnumerator * RHS) const | inline |
|---|
Definition at line 467 of file LLVMContextImpl.h.
References IsUnsigned, Name, RHS, and Value.
Member Data Documentation
◆ IsUnsigned
bool llvm::MDNodeKeyImpl< DIEnumerator >::IsUnsigned
Definition at line 456 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Name
MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name
Definition at line 455 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Value
APInt llvm::MDNodeKeyImpl< DIEnumerator >::Value
Definition at line 454 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), MDNodeKeyImpl(), and MDNodeKeyImpl().
The documentation for this struct was generated from the following file:
- lib/IR/LLVMContextImpl.h