Searched refs:VFPtrOffset (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 476 CharUnits VFPtrOffset; member 482 : VBTableIndex(0), VBase(nullptr), VFPtrOffset(CharUnits::Zero()), in MethodVFTableLocation() 486 CharUnits VFPtrOffset, uint64_t Index) in MethodVFTableLocation() 488 VFPtrOffset(VFPtrOffset), Index(Index) {} in MethodVFTableLocation() 495 return std::tie(VFPtrOffset, Index) < 496 std::tie(other.VFPtrOffset, other.Index); 540 CharUnits VFPtrOffset);
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3634 if (!I.second.VFPtrOffset.isZero() || I.second.VBTableIndex != 0) in dumpMethodLocations() 3649 CharUnits VFPtrOffset = I.first.VFPtrOffset; in dumpMethodLocations() local 3652 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations() 3653 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations() 3657 Out << "vfptr at offset " << VFPtrOffset.getQuantity() << " --\n"; in dumpMethodLocations() 3658 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations() 3732 CharUnits VFPtrOffset) { in getVFTableLayout() argument 3735 VFTableIdTy id(RD, VFPtrOffset); in getVFTableLayout()
|
D | MicrosoftMangle.cpp | 568 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
|
/external/llvm/test/tools/llvm-cxxdump/ |
D | trivial.test | 13 COFF-I386-NEXT: ??_R4S@@6B@[VFPtrOffset]: 0
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 228 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod() 1281 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment() 1331 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall() 1796 return getClassAtVTableLocation(Ctx, RD, ML.VFPtrOffset); in getClassAtVTableLocation() 2691 NonVirtualBaseAdjustment += ML.VFPtrOffset; in EmitMemberFunctionPointer() 3600 int VFPtrOffset = 0; in getCompleteObjectLocator() local 3607 VFPtrOffset = Info->NonVirtualOffset.getQuantity() + 4; in getCompleteObjectLocator() 3618 llvm::ConstantInt::get(CGM.IntTy, VFPtrOffset), in getCompleteObjectLocator()
|