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.cpp69 DataMemberLayoutItem::DataMemberLayoutItem( in DataMemberLayoutItem() function in DataMemberLayoutItem
88 const PDBSymbolData &DataMemberLayoutItem::getDataMember() { in getDataMember()
92 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout()
94 const ClassLayout &DataMemberLayoutItem::getUDTLayout() const { in getUDTLayout()
229 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp154 DataMemberLayoutItem &Layout = in dump()
155 static_cast<DataMemberLayoutItem &>(*CurrentItem); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h86 class DataMemberLayoutItem : public LayoutItemBase {
88 LLVM_ABI DataMemberLayoutItem(const UDTLayoutBase &Parent,