|
LLVM
4.0.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 246 of file LLVMContextImpl.h.
|
inline |
Definition at line 252 of file LLVMContextImpl.h.
|
inline |
Definition at line 256 of file LLVMContextImpl.h.
|
inline |
Definition at line 264 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 260 of file LLVMContextImpl.h.
References llvm::DILocation::getRawInlinedAt(), and llvm::DILocation::getRawScope().
| unsigned llvm::MDNodeKeyImpl< DILocation >::Column |
Definition at line 248 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocation >::InlinedAt |
Definition at line 250 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DILocation >::Line |
Definition at line 247 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocation >::Scope |
Definition at line 249 of file LLVMContextImpl.h.
1.8.6