Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h91 bool hasUDTLayout() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp158 if (Layout.hasUDTLayout() && shouldRecurse()) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp91 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout() function in DataMemberLayoutItem