|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/PDB/UDTLayout.h"
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::pdb::UDTLayoutBase | |
| bool | hasVBPtrAtOffset (uint32_t Off) const |
| void | initializeChildren (const PDBSymbol &Sym) |
| void | addChildToLayout (std::unique_ptr< LayoutItemBase > Child) |
| Protected Attributes inherited from llvm::pdb::UDTLayoutBase | |
| uint32_t | DirectVBaseCount = 0 |
| UniquePtrVector< PDBSymbol > | Other |
| UniquePtrVector< PDBSymbolFunc > | Funcs |
| UniquePtrVector< LayoutItemBase > | ChildStorage |
| std::vector< LayoutItemBase * > | LayoutItems |
| std::vector< BaseClassLayout * > | AllBases |
| ArrayRef< BaseClassLayout * > | NonVirtualBases |
| ArrayRef< BaseClassLayout * > | VirtualBases |
| VTableLayoutItem * | VTable = nullptr |
| VBPtrLayoutItem * | VBPtr = nullptr |
| Protected Attributes inherited from llvm::pdb::LayoutItemBase | |
| const PDBSymbol * | Symbol = nullptr |
| const UDTLayoutBase * | Parent = nullptr |
| BitVector | UsedBytes |
| std::string | Name |
| uint32_t | OffsetInParent = 0 |
| uint32_t | SizeOf = 0 |
| uint32_t | LayoutSize = 0 |
| bool | IsElided = false |
Definition at line 169 of file UDTLayout.h.
|
explicit |
Definition at line 132 of file UDTLayout.cpp.
References llvm::pdb::LayoutItemBase::getName(), llvm::pdb::UDTLayoutBase::LayoutItems, llvm::pdb::LayoutItemBase::SizeOf, and llvm::pdb::UDTLayoutBase::UDTLayoutBase().
Referenced by ClassLayout().
|
explicit |
Definition at line 144 of file UDTLayout.cpp.
References ClassLayout().
|
inline |
Definition at line 174 of file UDTLayout.h.
|
overridevirtual |
Reimplemented from llvm::pdb::LayoutItemBase.
Definition at line 149 of file UDTLayout.cpp.
References llvm::pdb::LayoutItemBase::SizeOf.