Home
last modified time | relevance | path

Searched refs:getVBPtrOffset (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDRecordLayout.h277 CharUnits getVBPtrOffset() const { in getVBPtrOffset() function
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftVBTables.cpp201 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); in EmitVBTableDefinition()
HDCGRecordLayoutBuilder.cpp701 CharUnits VBPtrOffset = Layout.getVBPtrOffset(); in LayoutNonVirtualBases()
HDMicrosoftCXXABI.cpp412 CharUnits VBPtrOffset = RDLayout.getVBPtrOffset(); in GetVBPtrOffsetFromBases()
557 SubobjectLayout.getVBPtrOffset()).getQuantity(); in EmitVBPtrStores()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDRecordLayoutBuilder.cpp2377 VBPtrOffset = Bases[SharedVBPtrBase] + Layout.getVBPtrOffset(); in layoutVBPtr()
2951 PrintOffset(OS, Offset + Layout.getVBPtrOffset(), IndentLevel); in DumpCXXRecordLayout()
HDVTableBuilder.cpp2766 MostDerivedClassLayout.getVBPtrOffset()).getQuantity(); in CalculateVtordispAdjustment()
2964 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()