LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/WholeProgramDevirt.h"
Public Attributes | |
GlobalVariable * | GV |
uint64_t | ObjectSize = 0 |
AccumBitVector | Before |
AccumBitVector | After |
Definition at line 89 of file WholeProgramDevirt.h.
AccumBitVector llvm::wholeprogramdevirt::VTableBits::After |
Definition at line 103 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 100 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 91 of file WholeProgramDevirt.h.
uint64_t llvm::wholeprogramdevirt::VTableBits::ObjectSize = 0 |
Definition at line 94 of file WholeProgramDevirt.h.
Referenced by llvm::wholeprogramdevirt::VirtualCallTarget::minAfterBytes().