|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (Metadata *Scope, Metadata *File, StringRef Name, unsigned Line) | |
| MDNodeKeyImpl (const DINamespace *N) | |
| bool | isKeyOf (const DINamespace *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | Scope |
| Metadata * | File |
| StringRef | Name |
| unsigned | Line |
Definition at line 633 of file LLVMContextImpl.h.
|
inline |
Definition at line 639 of file LLVMContextImpl.h.
|
inline |
Definition at line 641 of file LLVMContextImpl.h.
|
inline |
Definition at line 649 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, and llvm::hash_combine().
|
inline |
Definition at line 645 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, llvm::DINamespace::getLine(), llvm::DINamespace::getName(), llvm::DIScope::getRawFile(), and llvm::DINamespace::getRawScope().
| Metadata* llvm::MDNodeKeyImpl< DINamespace >::File |
Definition at line 635 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DINamespace >::Line |
Definition at line 637 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DINamespace >::Name |
Definition at line 636 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DINamespace >::Scope |
Definition at line 634 of file LLVMContextImpl.h.
1.8.6