Searched refs:getVBPtrOffset (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h303 /// getVBPtrOffset - Get the offset for virtual base table pointer.
305 CharUnits getVBPtrOffset() const { function in class:clang::ASTRecordLayout
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp104 Offs += SubobjectLayout.getVBPtrOffset();
1038 Context.getASTRecordLayout(ClassDecl).getVBPtrOffset().getQuantity();
1259 Offs += SubobjectLayout.getVBPtrOffset();
2128 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset();
2726 Offs = getContext().getASTRecordLayout(RD).getVBPtrOffset();
3061 offs = getContext().getASTRecordLayout(RD).getVBPtrOffset();
3296 getContext().getASTRecordLayout(DstRD).getVBPtrOffset().getQuantity());
3706 VBPtrOffset = Context.getASTRecordLayout(RD).getVBPtrOffset().getQuantity();
4182 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity();
H A DCGRecordLayoutBuilder.cpp512 Members.push_back(MemberInfo(Layout.getVBPtrOffset(), MemberInfo::VBPtr,
H A DSwiftCallingConv.cpp145 addTypedData(CGM.Int8PtrTy, begin + layout.getVBPtrOffset());
H A DCGDebugInfo.cpp1821 .getVBPtrOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp541 W->printHex("VBPtrOffset", Base.getVBPtrOffset());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2645 VBPtrOffset = Bases[SharedVBPtrBase] + Layout.getVBPtrOffset();
3368 PrintOffset(OS, Offset + Layout.getVBPtrOffset(), IndentLevel);
H A DVTableBuilder.cpp2893 MostDerivedClassLayout.getVBPtrOffset()).getQuantity();
3087 DerivedLayout.getVBPtrOffset().getQuantity();
H A DMicrosoftMangle.cpp675 VBPtrOffset = Layout.getVBPtrOffset().getQuantity();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h908 uint64_t getVBPtrOffset() const { return VBPtrOffset; } function in class:llvm::codeview::VirtualBaseClassRecord
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h875 uint32_t getVBPtrOffset() const { function in class:llvm::DIDerivedType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2354 unsigned VBPtrOffset = I->getVBPtrOffset();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp219 vtable_ctx.isMicrosoft() ? record_layout.getVBPtrOffset().getQuantity()

Completed in 217 milliseconds