Searched defs:VBPtrOffset (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h100 CharUnits VBPtrOffset; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h60 uint32_t VBPtrOffset; member in struct:clang::ReturnAdjustment::VirtualAdjustment::__anon2522
128 int32_t VBPtrOffset; member in struct:clang::ThisAdjustment::VirtualAdjustment::__anon2524
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp323 createInheritance(DIType *Ty, DIType *BaseTy, uint64_t BaseOffset, uint32_t VBPtrOffset, DINode::DIFlags Flags) argument
H A DDebugInfo.cpp1118 LLVMDIBuilderCreateInheritance(LLVMDIBuilderRef Builder, LLVMMetadataRef Ty, LLVMMetadataRef BaseTy, uint64_t BaseOffset, uint32_t VBPtrOffset, LLVMDIFlags Flags) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h914 uint64_t VBPtrOffset = 0; member in class:llvm::codeview::VirtualBaseClassRecord
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h450 int32_t VBPtrOffset = 0; member in struct:llvm::ms_demangle::ThunkSignatureNode::ThisAdjustor
570 int32_t VBPtrOffset = 0; member in struct:llvm::ms_demangle::RttiBaseClassDescriptorNode
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp660 uint64_t VBPtrOffset = 0; local
3192 mangleCXXCatchableType( QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, raw_ostream &Out) argument
3237 mangleCXXRTTIBaseClassDescriptor( const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBTableOffset, uint32_t Flags, raw_ostream &Out) argument
[all...]
H A DRecordLayoutBuilder.cpp2371 CharUnits VBPtrOffset; member in struct:__anon2740::MicrosoftRecordLayoutBuilder
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2327 unsigned VBPtrOffset = I->getVBPtrOffset(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1736 uint32_t VBPtrOffset = 0; local
H A DMicrosoftCXXABI.cpp1032 llvm::Value *VBPtrOffset = llvm::ConstantInt::get(CGM.PtrDiffTy, VBPtrChars); local
2105 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); local
581 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, Address Base, int32_t VBPtrOffset, int32_t VBTableOffset, llvm::Value **VBPtr = nullptr) argument
2964 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, Address This, llvm::Value *VBPtrOffset, llvm::Value *VBTableOffset, llvm::Value **VBPtrOut) argument
3002 AdjustVirtualBase( CodeGenFunction &CGF, const Expr *E, const CXXRecordDecl *RD, Address Base, llvm::Value *VBTableOffset, llvm::Value *VBPtrOffset) argument
3073 llvm::Value *VBPtrOffset = nullptr; local
3184 llvm::Value *VBPtrOffset = getZeroInt(); local
3367 llvm::Value *VBPtrOffset = nullptr; local
3679 int32_t VBPtrOffset = -1; local
4025 getCatchableType(QualType T, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex) argument
4155 int32_t VBPtrOffset = -1; local
[all...]

Completed in 311 milliseconds