Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp541 printTypeIndex("VBPtrType", Base.getVBPtrType()); in visitKnownMember()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h902 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() function