LLVM: llvm::wholeprogramdevirt::VTableBits Struct Reference (original) (raw)

#include "[llvm/Transforms/IPO/WholeProgramDevirt.h](WholeProgramDevirt%5F8h%5Fsource.html)"

Public Attributes
GlobalVariable * GV
uint64_t ObjectSize = 0
AccumBitVector Before
AccumBitVector After

Detailed Description

Definition at line 90 of file WholeProgramDevirt.h.

Member Data Documentation

After

AccumBitVector llvm::wholeprogramdevirt::VTableBits::After

Definition at line 104 of file WholeProgramDevirt.h.

Before

AccumBitVector llvm::wholeprogramdevirt::VTableBits::Before

Definition at line 101 of file WholeProgramDevirt.h.

GV

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

Definition at line 92 of file WholeProgramDevirt.h.

ObjectSize

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

Definition at line 95 of file WholeProgramDevirt.h.


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