LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
StaticDataMemberRecord ()=default | |
StaticDataMemberRecord (TypeRecordKind Kind) | |
StaticDataMemberRecord (MemberAttributes Attrs, TypeIndex Type, StringRef Name) | |
StaticDataMemberRecord (MemberAccess Access, TypeIndex Type, StringRef Name) | |
MemberAccess | getAccess () const |
TypeIndex | getType () const |
StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
MemberAttributes | Attrs |
TypeIndex | Type |
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 815 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 818 of file TypeRecord.h.
|
inline |
Definition at line 819 of file TypeRecord.h.
|
inline |
Definition at line 822 of file TypeRecord.h.
|
inline |
Definition at line 826 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 828 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 827 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
MemberAttributes llvm::codeview::StaticDataMemberRecord::Attrs |
Definition at line 830 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
StringRef llvm::codeview::StaticDataMemberRecord::Name |
Definition at line 832 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
TypeIndex llvm::codeview::StaticDataMemberRecord::Type |
Definition at line 831 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().