Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp123 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize(); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h154 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp160 if (isEmptyBase()) { in BaseClassLayout()