Searched refs:DataMemberLayoutItem (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp70 DataMemberLayoutItem::DataMemberLayoutItem( function in class:DataMemberLayoutItem
89 const PDBSymbolData &DataMemberLayoutItem::getDataMember() {
93 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; }
95 const ClassLayout &DataMemberLayoutItem::getUDTLayout() const {
230 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h83 class DataMemberLayoutItem : public LayoutItemBase { class in namespace:llvm::pdb
85 DataMemberLayoutItem(const UDTLayoutBase &Parent,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp155 DataMemberLayoutItem &Layout =
156 static_cast<DataMemberLayoutItem &>(*CurrentItem);

Completed in 113 milliseconds