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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 1 //===- UDTLayout.cpp ------------------------------------------------------===//
10 #include "llvm/DebugInfo/PDB/UDTLayout.h"
75 UdtLayout = llvm::make_unique<ClassLayout>(std::move(UDT));
76 UsedBytes = UdtLayout->usedBytes();
91 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; }
94 return *UdtLayout;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 1 //===- UDTLayout.h - UDT layout info ----------------------------*- C++ -*-===//
96 std::unique_ptr<ClassLayout> UdtLayout;

Completed in 521 milliseconds