LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::StaticDataMemberRecord Class Reference

#include <TypeRecord.h>

Inheritance diagram for llvm::codeview::StaticDataMemberRecord:
[legend]
Collaboration diagram for llvm::codeview::StaticDataMemberRecord:
[legend]

Public Member Functions

 StaticDataMemberRecord (TypeRecordKind Kind)
 
 StaticDataMemberRecord (MemberAttributes Attrs, TypeIndex Type, StringRef Name)
 
 StaticDataMemberRecord (MemberAccess Access, TypeIndex Type, StringRef Name)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
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
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 815 of file TypeRecord.h.

Constructor & Destructor Documentation

llvm::codeview::StaticDataMemberRecord::StaticDataMemberRecord ( TypeRecordKind  Kind)
inlineexplicit

Definition at line 817 of file TypeRecord.h.

llvm::codeview::StaticDataMemberRecord::StaticDataMemberRecord ( MemberAttributes  Attrs,
TypeIndex  Type,
StringRef  Name 
)
inline

Definition at line 818 of file TypeRecord.h.

llvm::codeview::StaticDataMemberRecord::StaticDataMemberRecord ( MemberAccess  Access,
TypeIndex  Type,
StringRef  Name 
)
inline

Definition at line 821 of file TypeRecord.h.

Member Function Documentation

MemberAccess llvm::codeview::StaticDataMemberRecord::getAccess ( ) const
inline

Definition at line 829 of file TypeRecord.h.

References Attrs, and llvm::codeview::MemberAttributes::getAccess().

StringRef llvm::codeview::StaticDataMemberRecord::getName ( ) const
inline

Definition at line 831 of file TypeRecord.h.

References Name.

TypeIndex llvm::codeview::StaticDataMemberRecord::getType ( ) const
inline

Definition at line 830 of file TypeRecord.h.

References Type.

bool StaticDataMemberRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

Returns false if a type index is not in the map.

Definition at line 188 of file TypeRecord.cpp.

References remapIndex().

Member Data Documentation

MemberAttributes llvm::codeview::StaticDataMemberRecord::Attrs

Definition at line 833 of file TypeRecord.h.

Referenced by getAccess().

StringRef llvm::codeview::StaticDataMemberRecord::Name

Definition at line 835 of file TypeRecord.h.

Referenced by getName().

TypeIndex llvm::codeview::StaticDataMemberRecord::Type

Definition at line 834 of file TypeRecord.h.

Referenced by getType().


The documentation for this class was generated from the following files: