Home
last modified time | relevance | path

Searched defs:VBPtrOffset (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h45 uint32_t VBPtrOffset; global() member
112 int32_t VBPtrOffset; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h110 CharUnits VBPtrOffset; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp626 GetVBaseOffsetFromVBPtr(CodeGenFunction & CGF,Address Base,int32_t VBPtrOffset,int32_t VBTableOffset,llvm::Value ** VBPtr=nullptr) GetVBaseOffsetFromVBPtr() argument
1082 llvm::Value *VBPtrOffset = llvm::ConstantInt::get(CGM.PtrDiffTy, VBPtrChars); GetVirtualBaseClassOffset() local
2185 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); emitVBTableDefinition() local
3127 GetVBaseOffsetFromVBPtr(CodeGenFunction & CGF,Address This,llvm::Value * VBPtrOffset,llvm::Value * VBTableOffset,llvm::Value ** VBPtrOut) GetVBaseOffsetFromVBPtr() argument
3164 AdjustVirtualBase(CodeGenFunction & CGF,const Expr * E,const CXXRecordDecl * RD,Address Base,llvm::Value * VBTableOffset,llvm::Value * VBPtrOffset) AdjustVirtualBase() argument
3231 llvm::Value *VBPtrOffset = nullptr; EmitMemberDataPointerAddress() local
3336 llvm::Value *VBPtrOffset = getZeroInt(); EmitNonNullMemberPointerConversion() local
3518 llvm::Value *VBPtrOffset = nullptr; EmitLoadOfMemberFunctionPointer() local
3826 int32_t VBPtrOffset = -1; getBaseClassDescriptor() local
4174 getCatchableType(QualType T,uint32_t NVOffset,int32_t VBPtrOffset,uint32_t VBIndex) getCatchableType() argument
4300 int32_t VBPtrOffset = -1; getCatchableTypeArray() local
[all...]
H A DCGExprCXX.cpp525 for (CharUnits VBPtrOffset : VBPtrOffsets) { EmitNullBaseClassInitialization() local
H A DCGDebugInfo.cpp2080 uint32_t VBPtrOffset = 0; CollectCXXBasesAux() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h449 int32_t VBPtrOffset = 0; member
570 int32_t VBPtrOffset = 0; member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp761 uint64_t VBPtrOffset = 0; mangleMemberFunctionPointer() local
3772 mangleCXXCatchableType(QualType T,const CXXConstructorDecl * CD,CXXCtorType CT,uint32_t Size,uint32_t NVOffset,int32_t VBPtrOffset,uint32_t VBIndex,raw_ostream & Out) mangleCXXCatchableType() argument
3816 mangleCXXRTTIBaseClassDescriptor(const CXXRecordDecl * Derived,uint32_t NVOffset,int32_t VBPtrOffset,uint32_t VBTableOffset,uint32_t Flags,raw_ostream & Out) mangleCXXRTTIBaseClassDescriptor() argument
[all...]
H A DRecordLayoutBuilder.cpp2627 CharUnits VBPtrOffset; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h909 uint64_t VBPtrOffset = 0; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp354 createInheritance(DIType * Ty,DIType * BaseTy,uint64_t BaseOffset,uint32_t VBPtrOffset,DINode::DIFlags Flags) createInheritance() argument
H A DDebugInfo.cpp1432 LLVMDIBuilderCreateInheritance(LLVMDIBuilderRef Builder,LLVMMetadataRef Ty,LLVMMetadataRef BaseTy,uint64_t BaseOffset,uint32_t VBPtrOffset,LLVMDIFlags Flags) LLVMDIBuilderCreateInheritance() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2551 unsigned VBPtrOffset = I->getVBPtrOffset(); in lowerRecordFieldList() local