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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h155 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } function in class:llvm::pdb::BaseClassLayout
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp122 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp157 if (isEmptyBase()) {

Completed in 56 milliseconds