Searched refs:VFPtrOffset (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | VTableBuilder.h | 549 CharUnits VFPtrOffset; member 555 : VBTableIndex(0), VBase(nullptr), VFPtrOffset(CharUnits::Zero()), in MethodVFTableLocation() 559 CharUnits VFPtrOffset, uint64_t Index) in MethodVFTableLocation() 560 : VBTableIndex(VBTableIndex), VBase(VBase), VFPtrOffset(VFPtrOffset), in MethodVFTableLocation() 568 return std::tie(VFPtrOffset, Index) < 569 std::tie(other.VFPtrOffset, other.Index); 616 CharUnits VFPtrOffset);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 696 uint32_t VFPtrOffset, StringRef Name, in VFTableRecord() argument 699 OverriddenVFTable(OverriddenVFTable), VFPtrOffset(VFPtrOffset) { in VFTableRecord() 706 uint32_t getVFPtrOffset() const { return VFPtrOffset; } in getVFPtrOffset() 715 uint32_t VFPtrOffset = 0; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3686 CharUnits L = LHS.VFPtrOffset; in vfptrIsEarlierInMDC() 3687 CharUnits R = RHS.VFPtrOffset; in vfptrIsEarlierInMDC() 3764 if (!I.second.VFPtrOffset.isZero() || I.second.VBTableIndex != 0) in dumpMethodLocations() 3779 CharUnits VFPtrOffset = I.first.VFPtrOffset; in dumpMethodLocations() local 3782 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations() 3783 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations() 3787 Out << "vfptr at offset " << VFPtrOffset.getQuantity() << " --\n"; in dumpMethodLocations() 3788 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations() 3863 CharUnits VFPtrOffset) { in getVFTableLayout() argument 3866 VFTableIdTy id(RD, VFPtrOffset); in getVFTableLayout()
|
H A D | MicrosoftMangle.cpp | 812 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 274 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod() 1452 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment() 1501 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall() 1976 return Info->FullOffsetInMDC == ML.VFPtrOffset; in getVirtualFunctionPointer() 2997 NonVirtualBaseAdjustment += ML.VFPtrOffset; in EmitMemberFunctionPointer() 3896 int VFPtrOffset = 0; in getCompleteObjectLocator() local 3903 VFPtrOffset = Info.NonVirtualOffset.getQuantity() + 4; in getCompleteObjectLocator() 3914 llvm::ConstantInt::get(CGM.IntTy, VFPtrOffset), in getCompleteObjectLocator()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 388 VFT.VFPtrOffset, VFT.CompleteClass, VFT.OverriddenVFTable); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 528 error(IO.mapInteger(Record.VFPtrOffset, "VFPtrOffset")); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 598 IO.mapRequired("VFPtrOffset", Record.VFPtrOffset); in map()
|