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 | 695 uint32_t VFPtrOffset, StringRef Name, in VFTableRecord() argument 698 OverriddenVFTable(OverriddenVFTable), VFPtrOffset(VFPtrOffset) { in VFTableRecord() 705 uint32_t getVFPtrOffset() const { return VFPtrOffset; } in getVFPtrOffset() 714 uint32_t VFPtrOffset = 0; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 3688 CharUnits L = LHS.VFPtrOffset; in vfptrIsEarlierInMDC() 3689 CharUnits R = RHS.VFPtrOffset; in vfptrIsEarlierInMDC() 3765 if (!I.second.VFPtrOffset.isZero() || I.second.VBTableIndex != 0) in dumpMethodLocations() 3780 CharUnits VFPtrOffset = I.first.VFPtrOffset; in dumpMethodLocations() local 3783 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations() 3784 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations() 3788 Out << "vfptr at offset " << VFPtrOffset.getQuantity() << " --\n"; in dumpMethodLocations() 3789 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations() 3863 CharUnits VFPtrOffset) { in getVFTableLayout() argument 3866 VFTableIdTy id(RD, VFPtrOffset); in getVFTableLayout()
|
| H A D | MicrosoftMangle.cpp | 847 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 275 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod() 1449 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment() 1498 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall() 1971 return Info->FullOffsetInMDC == ML.VFPtrOffset; in getVirtualFunctionPointer() 2989 NonVirtualBaseAdjustment += ML.VFPtrOffset; in EmitMemberFunctionPointer() 3888 int VFPtrOffset = 0; in getCompleteObjectLocator() local 3895 VFPtrOffset = Info.NonVirtualOffset.getQuantity() + 4; in getCompleteObjectLocator() 3906 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()
|