Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp252 printTypeIndex("VShape", Class.getVTableShape()); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h489 TypeIndex getVTableShape() const { return VTableShape; } in getVTableShape() function