Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp117 Builder.writeTypeIndex(Record.getVBPtrType()); in writeVirtualBaseClass()
DTypeDumper.cpp617 printTypeIndex("VBPtrType", Base.getVBPtrType()); in visitVirtualBaseClass()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h1155 TypeIndex getVBPtrType() const { return VBPtrType; } in getVBPtrType() function