LLVM
8.0.1
|
#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 728 of file LLVMContextImpl.h.
|
inline |
Definition at line 734 of file LLVMContextImpl.h.
|
inline |
Definition at line 736 of file LLVMContextImpl.h.
|
inline |
Definition at line 745 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 740 of file LLVMContextImpl.h.
References llvm::DILexicalBlock::getColumn(), llvm::DILexicalBlock::getLine(), llvm::DIScope::getRawFile(), and llvm::DILexicalBlockBase::getRawScope().
unsigned llvm::MDNodeKeyImpl< DILexicalBlock >::Column |
Definition at line 732 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILexicalBlock >::File |
Definition at line 730 of file LLVMContextImpl.h.
unsigned llvm::MDNodeKeyImpl< DILexicalBlock >::Line |
Definition at line 731 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DILexicalBlock >::Scope |
Definition at line 729 of file LLVMContextImpl.h.