|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| OneMethodRecord () | |
| 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) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 715 of file TypeRecord.h.
|
inline |
Definition at line 717 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 718 of file TypeRecord.h.
|
inline |
Definition at line 719 of file TypeRecord.h.
|
inline |
Definition at line 723 of file TypeRecord.h.
|
inline |
Definition at line 735 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getAccess().
|
inline |
Definition at line 733 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getMethodKind().
Referenced by isIntroducingVirtual().
|
inline |
Definition at line 737 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 734 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getFlags().
|
inline |
Definition at line 732 of file TypeRecord.h.
References Type.
|
inline |
Definition at line 736 of file TypeRecord.h.
References VFTableOffset.
|
inline |
Definition at line 739 of file TypeRecord.h.
References getMethodKind(), llvm::codeview::IntroducingVirtual, and llvm::codeview::PureIntroducingVirtual.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 166 of file TypeRecord.cpp.
References remapIndex(), and Success.
| MemberAttributes llvm::codeview::OneMethodRecord::Attrs |
Definition at line 745 of file TypeRecord.h.
Referenced by getAccess(), getMethodKind(), and getOptions().
| StringRef llvm::codeview::OneMethodRecord::Name |
Definition at line 747 of file TypeRecord.h.
Referenced by getName().
| TypeIndex llvm::codeview::OneMethodRecord::Type |
Definition at line 744 of file TypeRecord.h.
Referenced by getType().
| int32_t llvm::codeview::OneMethodRecord::VFTableOffset |
Definition at line 746 of file TypeRecord.h.
Referenced by getVFTableOffset().
1.8.6