|
LLVM
4.0.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (Metadata *Scope, Metadata *File, MDString *Name, unsigned Line, bool ExportSymbols) | |
| MDNodeKeyImpl (const DINamespace *N) | |
| bool | isKeyOf (const DINamespace *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | Scope |
| Metadata * | File |
| MDString * | Name |
| unsigned | Line |
| bool | ExportSymbols |
Definition at line 682 of file LLVMContextImpl.h.
|
inline |
Definition at line 689 of file LLVMContextImpl.h.
|
inline |
Definition at line 693 of file LLVMContextImpl.h.
|
inline |
Definition at line 702 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, and llvm::hash_combine().
|
inline |
Definition at line 697 of file LLVMContextImpl.h.
References llvm::ARMBuildAttrs::File, llvm::DINamespace::getExportSymbols(), llvm::DINamespace::getLine(), llvm::DIScope::getRawFile(), llvm::DINamespace::getRawName(), and llvm::DINamespace::getRawScope().
| bool llvm::MDNodeKeyImpl< DINamespace >::ExportSymbols |
Definition at line 687 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DINamespace >::File |
Definition at line 684 of file LLVMContextImpl.h.
| unsigned llvm::MDNodeKeyImpl< DINamespace >::Line |
Definition at line 686 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DINamespace >::Name |
Definition at line 685 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DINamespace >::Scope |
Definition at line 683 of file LLVMContextImpl.h.
1.8.6