LLVM 18.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 438 of file LLVMContextImpl.h.
|
inline |
Definition at line 443 of file LLVMContextImpl.h.
|
inline |
Definition at line 445 of file LLVMContextImpl.h.
|
inline |
Definition at line 448 of file LLVMContextImpl.h.
|
inline |
Definition at line 458 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 452 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DIEnumerator >::IsUnsigned |
Definition at line 441 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 440 of file LLVMContextImpl.h.
APInt llvm::MDNodeKeyImpl< DIEnumerator >::Value |
Definition at line 439 of file LLVMContextImpl.h.