LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
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 |
Definition at line 439 of file LLVMContextImpl.h.
|
inline |
Definition at line 444 of file LLVMContextImpl.h.
|
inline |
Definition at line 446 of file LLVMContextImpl.h.
|
inline |
Definition at line 449 of file LLVMContextImpl.h.
|
inline |
Definition at line 459 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 453 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DIEnumerator >::IsUnsigned |
Definition at line 442 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 441 of file LLVMContextImpl.h.
APInt llvm::MDNodeKeyImpl< DIEnumerator >::Value |
Definition at line 440 of file LLVMContextImpl.h.