LLVM 19.0.0git
Public Attributes | List of all members
llvm::wholeprogramdevirt::VTableBits Struct Reference

#include "llvm/Transforms/IPO/WholeProgramDevirt.h"

Public Attributes

GlobalVariableGV
 
uint64_t ObjectSize = 0
 
AccumBitVector Before
 
AccumBitVector After
 

Detailed Description

Definition at line 88 of file WholeProgramDevirt.h.

Member Data Documentation

◆ After

AccumBitVector llvm::wholeprogramdevirt::VTableBits::After

◆ Before

AccumBitVector llvm::wholeprogramdevirt::VTableBits::Before

◆ GV

GlobalVariable* llvm::wholeprogramdevirt::VTableBits::GV

Definition at line 90 of file WholeProgramDevirt.h.

◆ ObjectSize

uint64_t llvm::wholeprogramdevirt::VTableBits::ObjectSize = 0

The documentation for this struct was generated from the following file: