/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 45 uint32_t VBPtrOffset; global() member 112 int32_t VBPtrOffset; global() member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 110 CharUnits VBPtrOffset; member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 626 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 D | CGExprCXX.cpp | 525 for (CharUnits VBPtrOffset : VBPtrOffsets) { EmitNullBaseClassInitialization() local
|
H A D | CGDebugInfo.cpp | 2080 uint32_t VBPtrOffset = 0; CollectCXXBasesAux() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 449 int32_t VBPtrOffset = 0; member 570 int32_t VBPtrOffset = 0; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 761 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 D | RecordLayoutBuilder.cpp | 2627 CharUnits VBPtrOffset; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 909 uint64_t VBPtrOffset = 0; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 354 createInheritance(DIType * Ty,DIType * BaseTy,uint64_t BaseOffset,uint32_t VBPtrOffset,DINode::DIFlags Flags) createInheritance() argument
|
H A D | DebugInfo.cpp | 1432 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 D | CodeViewDebug.cpp | 2551 unsigned VBPtrOffset = I->getVBPtrOffset(); in lowerRecordFieldList() local
|