|
LLVM
3.7.0
|
DenseMapInfo for DILocation. More...
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (unsigned Line, unsigned Column, Metadata *Scope, Metadata *InlinedAt) | |
| MDNodeKeyImpl (const DILocation *L) | |
| bool | isKeyOf (const DILocation *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| unsigned | Line |
| unsigned | Column |
| Metadata * | Scope |
| Metadata * | InlinedAt |
DenseMapInfo for DILocation.
Definition at line 232 of file LLVMContextImpl.h.
|
inline |
Definition at line 238 of file LLVMContextImpl.h.
|
inline |
Definition at line 242 of file LLVMContextImpl.h.
|
inline |
Definition at line 250 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 246 of file LLVMContextImpl.h.
References llvm::DILocation::getRawInlinedAt(), and llvm::DILocation::getRawScope().
| unsigned llvm::MDNodeKeyImpl< DILocation >::Column |
Definition at line 234 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocation >::InlinedAt |
Definition at line 236 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DILocation >::Line |
Definition at line 233 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocation >::Scope |
Definition at line 235 of file LLVMContextImpl.h.
1.8.6