Summary of a vtable slot identified by type ID and byte offset.

Synopsis

Declared in <llvm/Transforms/IPO/WholeProgramDevirt.h>

struct VTableSlotSummary;

Data Members

Name

Description

ByteOffset

Byte offset of the slot within the vtable.

TypeID

Type identifier metadata string for the vtable slot.

Created with MrDocs