Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp77 UdtLayout = std::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem()
78 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
93 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout()
96 return *UdtLayout; in getUDTLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h94 std::unique_ptr<ClassLayout> UdtLayout; variable