|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| VFTableRecord (TypeRecordKind Kind) | |
| VFTableRecord (TypeIndex CompleteClass, TypeIndex OverriddenVFTable, uint32_t VFPtrOffset, StringRef Name, ArrayRef< StringRef > Methods) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getCompleteClass () const |
| TypeIndex | getOverriddenVTable () const |
| uint32_t | getVFPtrOffset () const |
| StringRef | getName () const |
| ArrayRef< StringRef > | getMethodNames () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | CompleteClass |
| TypeIndex | OverriddenVFTable |
| uint32_t | VFPtrOffset |
| std::vector< StringRef > | MethodNames |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 684 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 686 of file TypeRecord.h.
|
inline |
Definition at line 687 of file TypeRecord.h.
References llvm::ArrayRef< T >::begin(), llvm::ArrayRef< T >::end(), and MethodNames.
|
inline |
Definition at line 700 of file TypeRecord.h.
References CompleteClass.
Definition at line 704 of file TypeRecord.h.
References llvm::makeArrayRef(), and MethodNames.
|
inline |
Definition at line 703 of file TypeRecord.h.
References llvm::makeArrayRef(), and MethodNames.
|
inline |
Definition at line 701 of file TypeRecord.h.
References OverriddenVFTable.
|
inline |
Definition at line 702 of file TypeRecord.h.
References VFPtrOffset.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 159 of file TypeRecord.cpp.
References CompleteClass, OverriddenVFTable, remapIndex(), and Success.
| TypeIndex llvm::codeview::VFTableRecord::CompleteClass |
Definition at line 708 of file TypeRecord.h.
Referenced by getCompleteClass(), and remapTypeIndices().
| std::vector<StringRef> llvm::codeview::VFTableRecord::MethodNames |
Definition at line 711 of file TypeRecord.h.
Referenced by getMethodNames(), getName(), and VFTableRecord().
| TypeIndex llvm::codeview::VFTableRecord::OverriddenVFTable |
Definition at line 709 of file TypeRecord.h.
Referenced by getOverriddenVTable(), and remapTypeIndices().
| uint32_t llvm::codeview::VFTableRecord::VFPtrOffset |
Definition at line 710 of file TypeRecord.h.
Referenced by getVFPtrOffset().
1.8.6