|
LLVM
4.0.0
|
#include <WholeProgramDevirt.h>
Public Attributes | |
| GlobalVariable * | GV |
| uint64_t | ObjectSize = 0 |
| AccumBitVector | Before |
| AccumBitVector | After |
Definition at line 85 of file WholeProgramDevirt.h.
| AccumBitVector llvm::wholeprogramdevirt::VTableBits::After |
Definition at line 99 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 96 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 87 of file WholeProgramDevirt.h.
| uint64_t llvm::wholeprogramdevirt::VTableBits::ObjectSize = 0 |
Definition at line 90 of file WholeProgramDevirt.h.
Referenced by llvm::wholeprogramdevirt::VirtualCallTarget::minAfterBytes().
1.8.6