LLVM 18.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 315 of file LLVMContextImpl.h.
|
inline |
Definition at line 322 of file LLVMContextImpl.h.
|
inline |
Definition at line 326 of file LLVMContextImpl.h.
|
inline |
Definition at line 336 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 330 of file LLVMContextImpl.h.
References RHS.
unsigned llvm::MDNodeKeyImpl< DILocation >::Column |
Definition at line 317 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DILocation >::ImplicitCode |
Definition at line 320 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILocation >::InlinedAt |
Definition at line 319 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILocation >::Line |
Definition at line 316 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILocation >::Scope |
Definition at line 318 of file LLVMContextImpl.h.