Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h324 CharUnits getVBPtrOffset() const { in getVBPtrOffset() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp108 Offs += SubobjectLayout.getVBPtrOffset(); in getVBPtrOffsets()
1073 Context.getASTRecordLayout(ClassDecl).getVBPtrOffset().getQuantity(); in GetVirtualBaseClassOffset()
1293 Offs += SubobjectLayout.getVBPtrOffset(); in EmitVBPtrStores()
2169 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); in emitVBTableDefinition()
2856 Offs = getContext().getASTRecordLayout(RD).getVBPtrOffset(); in EmitFullMemberPointer()
3193 offs = getContext().getASTRecordLayout(RD).getVBPtrOffset(); in AdjustVirtualBase()
3431 getContext().getASTRecordLayout(DstRD).getVBPtrOffset().getQuantity()); in EmitNonNullMemberPointerConversion()
3841 VBPtrOffset = Context.getASTRecordLayout(RD).getVBPtrOffset().getQuantity(); in getBaseClassDescriptor()
4317 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()
H A DSwiftCallingConv.cpp160 addTypedData(CGM.Int8PtrTy, begin + layout.getVBPtrOffset()); in addTypedData()
H A DCGRecordLayoutBuilder.cpp654 Members.push_back(MemberInfo(Layout.getVBPtrOffset(), MemberInfo::VBPtr, in accumulateVPtrs()
H A DCGDebugInfo.cpp1987 .getVBPtrOffset() in CollectCXXBasesAux()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp540 W->printHex("VBPtrOffset", Base.getVBPtrOffset()); in visitKnownMember()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h903 uint64_t getVBPtrOffset() const { return VBPtrOffset; } in getVBPtrOffset() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2884 VBPtrOffset = Bases[SharedVBPtrBase] + Layout.getVBPtrOffset(); in layoutNonVirtualBases()
3609 PrintOffset(OS, Offset + Layout.getVBPtrOffset(), IndentLevel); in DumpRecordLayout()
H A DVTableBuilder.cpp2894 MostDerivedClassLayout.getVBPtrOffset()).getQuantity(); in CalculateVtordispAdjustment()
3088 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
H A DMicrosoftMangle.cpp748 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp638 uint32_t DIDerivedType::getVBPtrOffset() const { in getVBPtrOffset() function in DIDerivedType
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2518 unsigned VBPtrOffset = I->getVBPtrOffset(); in lowerRecordFieldList()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1065 uint32_t getVBPtrOffset() const;
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp223 vtable_ctx.isMicrosoft() ? record_layout.getVBPtrOffset().getQuantity() in GetVTableAddress()