|
LLVM 23.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 1462 of file LLVMContextImpl.h.
|
inline |
|
inline |
Definition at line 1479 of file LLVMContextImpl.h.
References llvm::hash_combine(), Line, MIType, Name, and Value.
|
inline |
| unsigned llvm::MDNodeKeyImpl< DIMacro >::Line |
Definition at line 1464 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| unsigned llvm::MDNodeKeyImpl< DIMacro >::MIType |
Definition at line 1463 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIMacro >::Name |
Definition at line 1465 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIMacro >::Value |
Definition at line 1466 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().