|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"


Public Member Functions | |
| EnumeratorRecord ()=default | |
| EnumeratorRecord (TypeRecordKind Kind) | |
| EnumeratorRecord (MemberAttributes Attrs, APSInt Value, StringRef Name) | |
| EnumeratorRecord (MemberAccess Access, APSInt Value, StringRef Name) | |
| MemberAccess | getAccess () const |
| APSInt | getValue () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| MemberAttributes | Attrs |
| APSInt | Value |
| StringRef | Name |
Public Attributes inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | Kind |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 836 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 839 of file TypeRecord.h.
|
inline |
Definition at line 840 of file TypeRecord.h.
References llvm::Enumerator.
|
inline |
Definition at line 843 of file TypeRecord.h.
References llvm::Enumerator.
|
inline |
Definition at line 847 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 849 of file TypeRecord.h.
References Name.
Referenced by llvm::pdb::NativeTypeEnum::getName(), and llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 848 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
| MemberAttributes llvm::codeview::EnumeratorRecord::Attrs |
Definition at line 851 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| StringRef llvm::codeview::EnumeratorRecord::Name |
Definition at line 853 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| APSInt llvm::codeview::EnumeratorRecord::Value |
Definition at line 852 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13