LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *Scope, Metadata *File, unsigned Line, unsigned Column) | |
MDNodeKeyImpl (const DILexicalBlock *N) | |
bool | isKeyOf (const DILexicalBlock *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | Scope |
Metadata * | File |
unsigned | Line |
unsigned | Column |
Definition at line 1045 of file LLVMContextImpl.h.
|
inline |
|
inline |
|
inline |
Definition at line 1062 of file LLVMContextImpl.h.
References Column, File, llvm::hash_combine(), Line, and Scope.
|
inline |
unsigned llvm::MDNodeKeyImpl< DILexicalBlock >::Column |
Definition at line 1049 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DILexicalBlock >::File |
Definition at line 1047 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
unsigned llvm::MDNodeKeyImpl< DILexicalBlock >::Line |
Definition at line 1048 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DILexicalBlock >::Scope |
Definition at line 1046 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().