Home
last modified time | relevance | path

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

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