llvm::VTableSlotSummary

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

Synopsis

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

struct VTableSlotSummary;

Data Members

NameDescription
ByteOffset Byte offset of the slot within the vtable.
TypeID Type identifier metadata string for the vtable slot.