|
LLVM
4.0.0
|
#include <TypeRecord.h>
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) | |
Definition at line 815 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 817 of file TypeRecord.h.
|
inline |
Definition at line 818 of file TypeRecord.h.
|
inline |
Definition at line 821 of file TypeRecord.h.
|
inline |
Definition at line 829 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getAccess().
|
inline |
Definition at line 831 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 830 of file TypeRecord.h.
References Type.
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().
| 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().
1.8.6