LLVM 18.0.0git
|
#include "llvm/Transforms/IPO/WholeProgramDevirt.h"
Public Attributes | |
GlobalVariable * | GV |
uint64_t | ObjectSize = 0 |
AccumBitVector | Before |
AccumBitVector | After |
Definition at line 88 of file WholeProgramDevirt.h.
AccumBitVector llvm::wholeprogramdevirt::VTableBits::After |
Definition at line 102 of file WholeProgramDevirt.h.
Referenced by llvm::wholeprogramdevirt::VirtualCallTarget::allocatedAfterBytes(), llvm::wholeprogramdevirt::VirtualCallTarget::setAfterBit(), and llvm::wholeprogramdevirt::VirtualCallTarget::setAfterBytes().
AccumBitVector llvm::wholeprogramdevirt::VTableBits::Before |
Definition at line 99 of file WholeProgramDevirt.h.
Referenced by llvm::wholeprogramdevirt::VirtualCallTarget::allocatedBeforeBytes(), llvm::wholeprogramdevirt::VirtualCallTarget::setBeforeBit(), and llvm::wholeprogramdevirt::VirtualCallTarget::setBeforeBytes().
GlobalVariable* llvm::wholeprogramdevirt::VTableBits::GV |
Definition at line 90 of file WholeProgramDevirt.h.
uint64_t llvm::wholeprogramdevirt::VTableBits::ObjectSize = 0 |
Definition at line 93 of file WholeProgramDevirt.h.
Referenced by llvm::wholeprogramdevirt::VirtualCallTarget::minAfterBytes().