Home
last modified time | relevance | path

Searched refs:UdtLayout (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp75 UdtLayout = llvm::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem()
76 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
91 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout()
94 return *UdtLayout; in getUDTLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h96 std::unique_ptr<ClassLayout> UdtLayout; variable