Home
last modified time | relevance | path

Searched refs:isVBPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h52 virtual bool isVBPtr() const { return false; } in isVBPtr() function
77 bool isVBPtr() const override { return true; } in isVBPtr() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp68 if (Item->isVBPtr()) { in start()