Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2534 const VPtrInfo &WhichVFPtr; member in __anon1858bcf60711::VFTableBuilder
2657 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2658 WhichVFPtr.NonVirtualOffset, MI.VFTableIndex); in LayoutVFTable()
2674 WhichVFPtr(Which), in VFTableBuilder()
2967 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2973 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
2980 (OffsetOfVBaseWithVFPtr - WhichVFPtr.FullOffsetInMDC).getQuantity() - 4; in CalculateVtordispAdjustment()
2991 (OffsetOfVBaseWithVFPtr + WhichVFPtr.NonVirtualOffset - in CalculateVtordispAdjustment()
3054 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods()
3055 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()
[all …]