clang 19.0.0git
Classes | Public Types | Public Member Functions | List of all members
clang::VTableLayout Class Reference

#include "clang/AST/VTableBuilder.h"

Classes

struct  AddressPointLocation
 

Public Types

typedef std::pair< uint64_t, ThunkInfoVTableThunkTy
 
typedef llvm::DenseMap< BaseSubobject, AddressPointLocationAddressPointsMapTy
 
typedef llvm::SmallVector< unsigned, 4 > AddressPointsIndexMapTy
 

Public Member Functions

 VTableLayout (ArrayRef< size_t > VTableIndices, ArrayRef< VTableComponent > VTableComponents, ArrayRef< VTableThunkTy > VTableThunks, const AddressPointsMapTy &AddressPoints)
 
 ~VTableLayout ()
 
ArrayRef< VTableComponentvtable_components () const
 
ArrayRef< VTableThunkTyvtable_thunks () const
 
AddressPointLocation getAddressPoint (BaseSubobject Base) const
 
const AddressPointsMapTygetAddressPoints () const
 
const AddressPointsIndexMapTygetAddressPointIndices () const
 
size_t getNumVTables () const
 
size_t getVTableOffset (size_t i) const
 
size_t getVTableSize (size_t i) const
 

Detailed Description

Definition at line 233 of file VTableBuilder.h.

Member Typedef Documentation

◆ AddressPointsIndexMapTy

Definition at line 245 of file VTableBuilder.h.

◆ AddressPointsMapTy

Definition at line 240 of file VTableBuilder.h.

◆ VTableThunkTy

typedef std::pair<uint64_t, ThunkInfo> clang::VTableLayout::VTableThunkTy

Definition at line 235 of file VTableBuilder.h.

Constructor & Destructor Documentation

◆ VTableLayout()

VTableLayout::VTableLayout ( ArrayRef< size_t VTableIndices,
ArrayRef< VTableComponent VTableComponents,
ArrayRef< VTableThunkTy VTableThunks,
const AddressPointsMapTy AddressPoints 
)

Definition at line 2242 of file VTableBuilder.cpp.

◆ ~VTableLayout()

VTableLayout::~VTableLayout ( )

Definition at line 2262 of file VTableBuilder.cpp.

Member Function Documentation

◆ getAddressPoint()

AddressPointLocation clang::VTableLayout::getAddressPoint ( BaseSubobject  Base) const
inline

◆ getAddressPointIndices()

const AddressPointsIndexMapTy & clang::VTableLayout::getAddressPointIndices ( ) const
inline

◆ getAddressPoints()

const AddressPointsMapTy & clang::VTableLayout::getAddressPoints ( ) const
inline

◆ getNumVTables()

size_t clang::VTableLayout::getNumVTables ( ) const
inline

◆ getVTableOffset()

size_t clang::VTableLayout::getVTableOffset ( size_t  i) const
inline

◆ getVTableSize()

size_t clang::VTableLayout::getVTableSize ( size_t  i) const
inline

◆ vtable_components()

ArrayRef< VTableComponent > clang::VTableLayout::vtable_components ( ) const
inline

◆ vtable_thunks()

ArrayRef< VTableThunkTy > clang::VTableLayout::vtable_thunks ( ) const
inline

Definition at line 276 of file VTableBuilder.h.


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