LLVM
16.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *Type, bool IsDefault, Metadata *Value) | |
MDNodeKeyImpl (const DITemplateValueParameter *N) | |
bool | isKeyOf (const DITemplateValueParameter *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Tag |
MDString * | Name |
Metadata * | Type |
bool | IsDefault |
Metadata * | Value |
Definition at line 966 of file LLVMContextImpl.h.
|
inline |
Definition at line 973 of file LLVMContextImpl.h.
|
inline |
Definition at line 976 of file LLVMContextImpl.h.
|
inline |
Definition at line 986 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 980 of file LLVMContextImpl.h.
References RHS.
bool llvm::MDNodeKeyImpl< DITemplateValueParameter >::IsDefault |
Definition at line 970 of file LLVMContextImpl.h.
Definition at line 968 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DITemplateValueParameter >::Tag |
Definition at line 967 of file LLVMContextImpl.h.
Definition at line 969 of file LLVMContextImpl.h.
Definition at line 971 of file LLVMContextImpl.h.