Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp68 DataMemberLayoutItem::DataMemberLayoutItem( in DataMemberLayoutItem() function in DataMemberLayoutItem
87 const PDBSymbolData &DataMemberLayoutItem::getDataMember() { in getDataMember()
91 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout()
93 const ClassLayout &DataMemberLayoutItem::getUDTLayout() const { in getUDTLayout()
228 auto DM = llvm::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h85 class DataMemberLayoutItem : public LayoutItemBase {
87 DataMemberLayoutItem(const UDTLayoutBase &Parent,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp155 DataMemberLayoutItem &Layout = in dump()
156 static_cast<DataMemberLayoutItem &>(*CurrentItem); in dump()