LLVM 22.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 453 of file LLVMContextImpl.h.
|
inline |
Definition at line 458 of file LLVMContextImpl.h.
|
inline |
Definition at line 460 of file LLVMContextImpl.h.
|
inline |
Definition at line 463 of file LLVMContextImpl.h.
|
inline |
Definition at line 473 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 467 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DIEnumerator >::IsUnsigned |
Definition at line 456 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 455 of file LLVMContextImpl.h.
APInt llvm::MDNodeKeyImpl< DIEnumerator >::Value |
Definition at line 454 of file LLVMContextImpl.h.