LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned MIType, unsigned Line, MDString *Name, MDString *Value) | |
MDNodeKeyImpl (const DIMacro *N) | |
bool | isKeyOf (const DIMacro *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | MIType |
unsigned | Line |
MDString * | Name |
MDString * | Value |
Definition at line 1442 of file LLVMContextImpl.h.
|
inline |
|
inline |
Definition at line 1459 of file LLVMContextImpl.h.
References llvm::hash_combine(), Line, MIType, Name, and Value.
|
inline |
unsigned llvm::MDNodeKeyImpl< DIMacro >::Line |
Definition at line 1444 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DIMacro >::MIType |
Definition at line 1443 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIMacro >::Name |
Definition at line 1445 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIMacro >::Value |
Definition at line 1446 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().