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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h322 /// getVBPtrOffset - Get the offset for virtual base table pointer.
324 CharUnits getVBPtrOffset() const { function in class:clang::ASTRecordLayout
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp109 Offs += SubobjectLayout.getVBPtrOffset();
1081 Context.getASTRecordLayout(ClassDecl).getVBPtrOffset().getQuantity();
1317 Offs += SubobjectLayout.getVBPtrOffset();
2185 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset();
2865 Offs = getContext().getASTRecordLayout(RD).getVBPtrOffset();
3198 offs = getContext().getASTRecordLayout(RD).getVBPtrOffset();
3426 getContext().getASTRecordLayout(DstRD).getVBPtrOffset().getQuantity());
3830 VBPtrOffset = Context.getASTRecordLayout(RD).getVBPtrOffset().getQuantity();
4304 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity();
H A DCGRecordLayoutBuilder.cpp666 MemberInfo(Layout.getVBPtrOffset(), MemberInfo::VBPtr,
H A DSwiftCallingConv.cpp160 addTypedData(CGM.Int8PtrTy, begin + layout.getVBPtrOffset());
H A DCGDebugInfo.cpp2096 .getVBPtrOffset()
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp540 W->printHex("VBPtrOffset", Base.getVBPtrOffset());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h903 uint64_t getVBPtrOffset() const { return VBPtrOffset; } function in class:llvm::codeview::VirtualBaseClassRecord
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2897 MostDerivedClassLayout.getVBPtrOffset()).getQuantity();
3091 DerivedLayout.getVBPtrOffset().getQuantity();
H A DRecordLayoutBuilder.cpp2902 VBPtrOffset = Bases[SharedVBPtrBase] + Layout.getVBPtrOffset();
3658 PrintOffset(OS, Offset + Layout.getVBPtrOffset(), IndentLevel);
H A DMicrosoftMangle.cpp774 VBPtrOffset = Layout.getVBPtrOffset().getQuantity();
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp705 uint32_t DIDerivedType::getVBPtrOffset() const { function in class:DIDerivedType
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2864 W.printHex("VBPtrOffset", Base.getVBPtrOffset());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1076 uint32_t getVBPtrOffset() const;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2551 unsigned VBPtrOffset = I->getVBPtrOffset();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp225 vtable_ctx.isMicrosoft() ? record_layout.getVBPtrOffset().getQuantity()

Completed in 489 milliseconds