Searched refs:VBIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h63 uint32_t VBIndex; member in struct:clang::ReturnAdjustment::VirtualAdjustment::__anon126
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2959 unsigned VBIndex = local
2974 VBIndex = OverriddenMethodInfo.VBTableIndex;
2988 MethodInfo MI(VBIndex, OverriddenMethodInfo.VFTableIndex);
3015 MethodInfo MI(VBIndex,
3040 ReturnAdjustment.Virtual.Microsoft.VBIndex =
3074 if (R.Virtual.Microsoft.VBIndex)
3075 Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
3639 uint64_t VBIndex = I.first.VBTableIndex; local
3641 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) {
3642 assert(VBIndex > LastVBInde
3645 Out << "vbtable index " << VBIndex << ", "; local
[all...]
H A DMicrosoftMangle.cpp163 int32_t VBPtrOffset, uint32_t VBIndex,
3194 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
3233 Mangler.getStream() << VBIndex;
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
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h224 uint32_t VBIndex, raw_ostream &Out) = 0;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp757 uint32_t VBIndex = 0);
2121 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); local
2122 assert(Offsets[VBIndex] == nullptr && "The same vbindex seen twice?");
2123 Offsets[VBIndex] = llvm::ConstantInt::get(CGM.IntTy, Offset.getQuantity());
2200 if (RA.Virtual.Microsoft.VBIndex) {
2201 assert(RA.Virtual.Microsoft.VBIndex > 0);
2206 IntSize * RA.Virtual.Microsoft.VBIndex, &VBPtr);
3250 llvm::Value *VBIndex = Builder.CreateExactUDiv( local
3255 Mapping->getAggregateElement(cast<llvm::Constant>(VBIndex));
3257 llvm::Value *Idxs[] = {getZeroInt(), VBIndex};
4025 getCatchableType(QualType T, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex) argument
[all...]

Completed in 194 milliseconds