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


Public Member Functions | |
| OneMethodRecord ()=default | |
| OneMethodRecord (TypeRecordKind Kind) | |
| OneMethodRecord (TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, StringRef Name) | |
| OneMethodRecord (TypeIndex Type, MemberAccess Access, MethodKind MK, MethodOptions Options, int32_t VFTableOffset, StringRef Name) | |
| TypeIndex | getType () const |
| MethodKind | getMethodKind () const |
| MethodOptions | getOptions () const |
| MemberAccess | getAccess () const |
| int32_t | getVFTableOffset () const |
| StringRef | getName () const |
| bool | isIntroducingVirtual () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Type |
| MemberAttributes | Attrs |
| int32_t | VFTableOffset |
| 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 726 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 729 of file TypeRecord.h.
|
inline |
Definition at line 730 of file TypeRecord.h.
|
inline |
Definition at line 734 of file TypeRecord.h.
|
inline |
Definition at line 742 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 740 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 744 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 741 of file TypeRecord.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Attrs.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 739 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 743 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
|
inline |
Definition at line 746 of file TypeRecord.h.
References getMethodKind(), llvm::codeview::IntroducingVirtual, and llvm::codeview::PureIntroducingVirtual.
Referenced by llvm::codeview::TypeDumpVisitor::visitUnknownType().
| MemberAttributes llvm::codeview::OneMethodRecord::Attrs |
Definition at line 752 of file TypeRecord.h.
Referenced by llvm::CodeViewYAML::detail::MemberRecordImpl< T >::map().
| StringRef llvm::codeview::OneMethodRecord::Name |
Definition at line 754 of file TypeRecord.h.
Referenced by llvm::CodeViewYAML::detail::LeafRecordImpl< T >::map(), and llvm::CodeViewYAML::detail::MemberRecordImpl< T >::map().
| TypeIndex llvm::codeview::OneMethodRecord::Type |
Definition at line 751 of file TypeRecord.h.
Referenced by llvm::CodeViewYAML::detail::LeafRecordImpl< T >::map(), and llvm::CodeViewYAML::detail::MemberRecordImpl< T >::map().
| int32_t llvm::codeview::OneMethodRecord::VFTableOffset |
Definition at line 753 of file TypeRecord.h.
1.8.13