HomeSort by relevance Sort by last modified time
    Searched refs:DataMemberLayoutItem (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 68 DataMemberLayoutItem::DataMemberLayoutItem(
87 const PDBSymbolData &DataMemberLayoutItem::getDataMember() {
91 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; }
93 const ClassLayout &DataMemberLayoutItem::getUDTLayout() const {
228 auto DM = llvm::make_unique<DataMemberLayoutItem>(*this, std::move(Data));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 85 class DataMemberLayoutItem : public LayoutItemBase {
87 DataMemberLayoutItem(const UDTLayoutBase &Parent,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PrettyClassLayoutGraphicalDumper.cpp 155 DataMemberLayoutItem &Layout =
156 static_cast<DataMemberLayoutItem &>(*CurrentItem);

Completed in 253 milliseconds