LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned MIType, unsigned Line, Metadata *File, Metadata *Elements) | |
MDNodeKeyImpl (const DIMacroFile *N) | |
bool | isKeyOf (const DIMacroFile *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | MIType |
unsigned | Line |
Metadata * | File |
Metadata * | Elements |
Definition at line 1464 of file LLVMContextImpl.h.
|
inline |
|
inline |
|
inline |
Definition at line 1482 of file LLVMContextImpl.h.
References Elements, File, llvm::hash_combine(), Line, and MIType.
|
inline |
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::Elements |
Definition at line 1468 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DIMacroFile >::File |
Definition at line 1467 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::Line |
Definition at line 1466 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIMacroFile >::MIType |
Definition at line 1465 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().