|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (unsigned Tag, Metadata *Scope, StringRef Name, Metadata *File, unsigned Line, Metadata *Type, unsigned Arg, unsigned Flags) | |
| MDNodeKeyImpl (const DILocalVariable *N) | |
| bool | isKeyOf (const DILocalVariable *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| unsigned | Tag |
| Metadata * | Scope |
| StringRef | Name |
| Metadata * | File |
| unsigned | Line |
| Metadata * | Type |
| unsigned | Arg |
| unsigned | Flags |
Definition at line 761 of file LLVMContextImpl.h.
|
inline |
Definition at line 771 of file LLVMContextImpl.h.
|
inline |
Definition at line 775 of file LLVMContextImpl.h.
|
inline |
Definition at line 786 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, and llvm::hash_combine().
|
inline |
Definition at line 780 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, llvm::DILocalVariable::getArg(), llvm::DILocalVariable::getFlags(), llvm::DIVariable::getLine(), llvm::DIVariable::getName(), llvm::DIVariable::getRawFile(), llvm::DIVariable::getRawScope(), llvm::DIVariable::getRawType(), and llvm::DINode::getTag().
Definition at line 768 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::File |
Definition at line 765 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DILocalVariable >::Flags |
Definition at line 769 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DILocalVariable >::Line |
Definition at line 766 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DILocalVariable >::Name |
Definition at line 764 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DILocalVariable >::Scope |
Definition at line 763 of file LLVMContextImpl.h.
Definition at line 762 of file LLVMContextImpl.h.
Definition at line 767 of file LLVMContextImpl.h.
1.8.6