Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp77 if (BC->isVirtualBase()) in prettyPrintClassIntro()
H A DPrettyClassLayoutGraphicalDumper.cpp116 if (Layout.isVirtualBase()) { in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h153 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase() function