Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h455 CharUnits VFPtrOffset; member
461 : VBTableIndex(0), VBase(nullptr), VFPtrOffset(CharUnits::Zero()), in MethodVFTableLocation()
465 CharUnits VFPtrOffset, uint64_t Index) in MethodVFTableLocation()
467 VFPtrOffset(VFPtrOffset), Index(Index) {} in MethodVFTableLocation()
474 return std::tie(VFPtrOffset, Index) <
475 std::tie(other.VFPtrOffset, other.Index);
519 CharUnits VFPtrOffset);
/external/clang/lib/AST/
DVTableBuilder.cpp3563 if (!I->second.VFPtrOffset.isZero() || I->second.VBTableIndex != 0) in dumpMethodLocations()
3581 CharUnits VFPtrOffset = I->first.VFPtrOffset; in dumpMethodLocations() local
3584 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3585 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3589 Out << "vfptr at offset " << VFPtrOffset.getQuantity() << " --\n"; in dumpMethodLocations()
3590 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations()
3664 CharUnits VFPtrOffset) { in getVFTableLayout() argument
3667 VFTableIdTy id(RD, VFPtrOffset); in getVFTableLayout()
DMicrosoftMangle.cpp549 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
/external/llvm/test/tools/llvm-cxxdump/
Dtrivial.test13 COFF-I386-NEXT: ??_R4S@@6B@[VFPtrOffset]: 0
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp179 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod()
1184 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment()
1237 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall()
2302 NonVirtualBaseAdjustment += ML.VFPtrOffset; in BuildMemberPointer()
3136 int VFPtrOffset = 0; in getCompleteObjectLocator() local
3143 VFPtrOffset = Info->NonVirtualOffset.getQuantity() + 4; in getCompleteObjectLocator()
3154 llvm::ConstantInt::get(CGM.IntTy, VFPtrOffset), in getCompleteObjectLocator()