LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Flags, uint8_t CC, Metadata *TypeArray) | |
MDNodeKeyImpl (const DISubroutineType *N) | |
bool | isKeyOf (const DISubroutineType *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Flags |
uint8_t | CC |
Metadata * | TypeArray |
Definition at line 726 of file LLVMContextImpl.h.
|
inline |
Definition at line 731 of file LLVMContextImpl.h.
|
inline |
Definition at line 733 of file LLVMContextImpl.h.
|
inline |
Definition at line 741 of file LLVMContextImpl.h.
References CC, and llvm::hash_combine().
|
inline |
Definition at line 736 of file LLVMContextImpl.h.
Definition at line 728 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DISubroutineType >::Flags |
Definition at line 727 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DISubroutineType >::TypeArray |
Definition at line 729 of file LLVMContextImpl.h.