clang
3.9.0
|
#include <VTableBuilder.h>
Public Member Functions | |
MethodVFTableLocation () | |
MethodVFTableLocation (uint64_t VBTableIndex, const CXXRecordDecl *VBase, CharUnits VFPtrOffset, uint64_t Index) | |
bool | operator< (const MethodVFTableLocation &other) const |
Public Attributes | |
uint64_t | VBTableIndex |
If nonzero, holds the vbtable index of the virtual base with the vfptr. More... | |
const CXXRecordDecl * | VBase |
If nonnull, holds the last vbase which contains the vfptr that the method definition is adjusted to. More... | |
CharUnits | VFPtrOffset |
This is the offset of the vfptr from the start of the last vbase, or the complete type if there are no virtual bases. More... | |
uint64_t | Index |
Method's index in the vftable. More... | |
Definition at line 466 of file VTableBuilder.h.
|
inline |
Definition at line 481 of file VTableBuilder.h.
|
inline |
Definition at line 485 of file VTableBuilder.h.
|
inline |
Definition at line 490 of file VTableBuilder.h.
References Index, VBase, VBTableIndex, and VFPtrOffset.
uint64_t clang::MicrosoftVTableContext::MethodVFTableLocation::Index |
Method's index in the vftable.
Definition at line 479 of file VTableBuilder.h.
Referenced by operator<().
const CXXRecordDecl* clang::MicrosoftVTableContext::MethodVFTableLocation::VBase |
If nonnull, holds the last vbase which contains the vfptr that the method definition is adjusted to.
Definition at line 472 of file VTableBuilder.h.
Referenced by getClassAtVTableLocation(), and operator<().
uint64_t clang::MicrosoftVTableContext::MethodVFTableLocation::VBTableIndex |
If nonzero, holds the vbtable index of the virtual base with the vfptr.
Definition at line 468 of file VTableBuilder.h.
Referenced by operator<().
CharUnits clang::MicrosoftVTableContext::MethodVFTableLocation::VFPtrOffset |
This is the offset of the vfptr from the start of the last vbase, or the complete type if there are no virtual bases.
Definition at line 476 of file VTableBuilder.h.
Referenced by getClassAtVTableLocation(), and operator<().