LLVM
16.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 390 of file LLVMContextImpl.h.
|
inline |
Definition at line 395 of file LLVMContextImpl.h.
|
inline |
Definition at line 397 of file LLVMContextImpl.h.
|
inline |
Definition at line 400 of file LLVMContextImpl.h.
|
inline |
Definition at line 410 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 404 of file LLVMContextImpl.h.
References RHS.
bool llvm::MDNodeKeyImpl< DIEnumerator >::IsUnsigned |
Definition at line 393 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIEnumerator >::Name |
Definition at line 392 of file LLVMContextImpl.h.
Definition at line 391 of file LLVMContextImpl.h.