LLVM 22.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 861 of file LLVMContextImpl.h.
|
inline |
Definition at line 866 of file LLVMContextImpl.h.
|
inline |
Definition at line 868 of file LLVMContextImpl.h.
References CC, Flags, getFlags(), N, and TypeArray.
|
inline |
Definition at line 876 of file LLVMContextImpl.h.
References CC, Flags, llvm::hash_combine(), and TypeArray.
|
inline |
Definition at line 863 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DISubroutineType >::Flags |
Definition at line 862 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DISubroutineType >::TypeArray |
Definition at line 864 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().