Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h54 virtual bool isVBPtr() const { return false; } in isVBPtr() function
79 bool isVBPtr() const override { return true; } in isVBPtr() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp68 if (Item->isVBPtr()) { in start()