LLVM 20.0.0git
|
DenseMapInfo for DILocation. More...
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (unsigned Line, unsigned Column, Metadata *Scope, Metadata *InlinedAt, bool ImplicitCode) | |
MDNodeKeyImpl (const DILocation *L) | |
bool | isKeyOf (const DILocation *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
unsigned | Line |
unsigned | Column |
Metadata * | Scope |
Metadata * | InlinedAt |
bool | ImplicitCode |
DenseMapInfo for DILocation.
Definition at line 316 of file LLVMContextImpl.h.
|
inline |
Definition at line 323 of file LLVMContextImpl.h.
|
inline |
Definition at line 327 of file LLVMContextImpl.h.
|
inline |
Definition at line 337 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 331 of file LLVMContextImpl.h.
References RHS.
unsigned llvm::MDNodeKeyImpl< DILocation >::Column |
Definition at line 318 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DILocation >::ImplicitCode |
Definition at line 321 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILocation >::InlinedAt |
Definition at line 320 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILocation >::Line |
Definition at line 317 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILocation >::Scope |
Definition at line 319 of file LLVMContextImpl.h.