LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
DataMemberRecord ()=default | |
DataMemberRecord (TypeRecordKind Kind) | |
DataMemberRecord (MemberAttributes Attrs, TypeIndex Type, uint64_t Offset, StringRef Name) | |
DataMemberRecord (MemberAccess Access, TypeIndex Type, uint64_t Offset, StringRef Name) | |
MemberAccess | getAccess () const |
TypeIndex | getType () const |
uint64_t | getFieldOffset () const |
StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
MemberAttributes | Attrs |
TypeIndex | Type |
uint64_t | FieldOffset |
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 790 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 793 of file TypeRecord.h.
|
inline |
Definition at line 794 of file TypeRecord.h.
|
inline |
Definition at line 798 of file TypeRecord.h.
|
inline |
Definition at line 803 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 805 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 806 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 804 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
MemberAttributes llvm::codeview::DataMemberRecord::Attrs |
Definition at line 808 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
uint64_t llvm::codeview::DataMemberRecord::FieldOffset |
Definition at line 810 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
StringRef llvm::codeview::DataMemberRecord::Name |
Definition at line 811 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
TypeIndex llvm::codeview::DataMemberRecord::Type |
Definition at line 809 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().