Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp158 if (Layout.hasUDTLayout() && shouldRecurse()) { in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h89 bool hasUDTLayout() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp93 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout() function in DataMemberLayoutItem