clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::ItaniumVTableContext Class Reference

#include <VTableBuilder.h>

Inheritance diagram for clang::ItaniumVTableContext:
[legend]
Collaboration diagram for clang::ItaniumVTableContext:
[legend]

Public Member Functions

 ItaniumVTableContext (ASTContext &Context)
 
 ~ItaniumVTableContext () override
 
const VTableLayoutgetVTableLayout (const CXXRecordDecl *RD)
 
VTableLayoutcreateConstructionVTableLayout (const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset, bool MostDerivedClassIsVirtual, const CXXRecordDecl *LayoutClass)
 
uint64_t getMethodVTableIndex (GlobalDecl GD)
 Locate a virtual function in the vtable. More...
 
CharUnits getVirtualBaseOffsetOffset (const CXXRecordDecl *RD, const CXXRecordDecl *VBase)
 
- Public Member Functions inherited from clang::VTableContextBase
bool isMicrosoft () const
 
virtual ~VTableContextBase ()
 
virtual const ThunkInfoVectorTygetThunkInfo (GlobalDecl GD)
 

Static Public Member Functions

static bool classof (const VTableContextBase *VT)
 

Additional Inherited Members

- Public Types inherited from clang::VTableContextBase
typedef SmallVector< ThunkInfo, 1 > ThunkInfoVectorTy
 
- Public Attributes inherited from clang::VTableContextBase
bool IsMicrosoftABI
 
- Protected Types inherited from clang::VTableContextBase
typedef llvm::DenseMap< const
CXXMethodDecl
*, ThunkInfoVectorTy
ThunksMapTy
 
- Protected Member Functions inherited from clang::VTableContextBase
 VTableContextBase (bool MS)
 
- Protected Attributes inherited from clang::VTableContextBase
ThunksMapTy Thunks
 Contains all thunks that a given method decl will need. More...
 

Detailed Description

Definition at line 309 of file VTableBuilder.h.

Constructor & Destructor Documentation

ItaniumVTableContext::ItaniumVTableContext ( ASTContext Context)

Definition at line 2270 of file VTableBuilder.cpp.

ItaniumVTableContext::~ItaniumVTableContext ( )
override

Definition at line 2273 of file VTableBuilder.cpp.

Member Function Documentation

static bool clang::ItaniumVTableContext::classof ( const VTableContextBase VT)
inlinestatic

Definition at line 365 of file VTableBuilder.h.

References clang::VTableContextBase::isMicrosoft().

VTableLayout * ItaniumVTableContext::createConstructionVTableLayout ( const CXXRecordDecl MostDerivedClass,
CharUnits  MostDerivedClassOffset,
bool  MostDerivedClassIsVirtual,
const CXXRecordDecl LayoutClass 
)

Definition at line 2375 of file VTableBuilder.cpp.

References Builder, and CreateVTableLayout().

uint64_t ItaniumVTableContext::getMethodVTableIndex ( GlobalDecl  GD)

Locate a virtual function in the vtable.

Return the index (relative to the vtable address point) where the function pointer for the given virtual function is stored.

Definition at line 2277 of file VTableBuilder.cpp.

References clang::GlobalDecl::getDecl().

Referenced by BuildAppleKextVirtualCall().

CharUnits ItaniumVTableContext::getVirtualBaseOffsetOffset ( const CXXRecordDecl RD,
const CXXRecordDecl VBase 
)

Return the offset in chars (relative to the vtable address point) where the offset of the virtual base that contains the given base is stored, otherwise, if no virtual base contains the given class, return 0.

Base must be a virtual base class or an unambiguous base.

Definition at line 2292 of file VTableBuilder.cpp.

References Builder, and clang::CharUnits::Zero().

const VTableLayout& clang::ItaniumVTableContext::getVTableLayout ( const CXXRecordDecl RD)
inline

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