Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp122 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h155 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp157 if (isEmptyBase()) { in BaseClassLayout()