Searched defs:VBPtrOffset (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 46 uint32_t VBPtrOffset; member 113 int32_t VBPtrOffset; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 110 CharUnits VBPtrOffset; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 624 int32_t VBPtrOffset, in GetVBaseOffsetFromVBPtr() 1078 llvm::Value *VBPtrOffset = llvm::ConstantInt::get(CGM.PtrDiffTy, VBPtrChars); in GetVirtualBaseClassOffset() local 2196 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); in emitVBTableDefinition() local 3140 llvm::Value *VBPtrOffset, in GetVBaseOffsetFromVBPtr() 3177 Address Base, llvm::Value *VBTableOffset, llvm::Value *VBPtrOffset) { in AdjustVirtualBase() 3244 llvm::Value *VBPtrOffset = nullptr; in EmitMemberDataPointerAddress() local 3349 llvm::Value *VBPtrOffset = getZeroInt(); in EmitNonNullMemberPointerConversion() local 3531 llvm::Value *VBPtrOffset = nullptr; in EmitLoadOfMemberFunctionPointer() local 3839 int32_t VBPtrOffset = -1; in getBaseClassDescriptor() local 4187 int32_t VBPtrOffset, in getCatchableType() [all …]
|
H A D | CGExprCXX.cpp | 528 for (CharUnits VBPtrOffset : VBPtrOffsets) { in EmitNullBaseClassInitialization() local
|
H A D | CGDebugInfo.cpp | 2206 uint32_t VBPtrOffset = 0; in CollectCXXBasesAux() local
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 793 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local 3929 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() 3973 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor()
|
H A D | RecordLayoutBuilder.cpp | 2639 CharUnits VBPtrOffset; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 909 uint64_t VBPtrOffset = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 380 uint32_t VBPtrOffset, in createInheritance()
|
H A D | DebugInfo.cpp | 1437 uint64_t BaseOffset, uint32_t VBPtrOffset, in LLVMDIBuilderCreateInheritance()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2533 unsigned VBPtrOffset = I->getVBPtrOffset(); lowerRecordFieldList() local
|