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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h64 uint32_t VBIndex; member in struct:clang::ReturnAdjustment::VirtualAdjustment::__anon3465
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h217 uint32_t VBIndex, raw_ostream &Out) = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3037 unsigned VBIndex = local
3039 MethodInfo MI(VBIndex,
3064 ReturnAdjustment.Virtual.Microsoft.VBIndex =
3098 if (R.Virtual.Microsoft.VBIndex)
3099 Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
3650 uint64_t VBIndex = I.first.VBTableIndex; local
3652 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) {
3653 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset);
3655 if (VBIndex)
3656 Out << "vbtable index " << VBIndex << ", "; local
[all...]
H A DMicrosoftMangle.cpp128 int32_t VBPtrOffset, uint32_t VBIndex,
2666 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
2696 Mangler.getStream() << VBIndex;
2664 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.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp741 uint32_t VBIndex = 0);
2021 unsigned VBIndex = Context.getVBTableIndex(ReusingBase, VBase); local
2022 assert(Offsets[VBIndex] == nullptr && "The same vbindex seen twice?");
2023 Offsets[VBIndex] = llvm::ConstantInt::get(CGM.IntTy, Offset.getQuantity());
2097 if (RA.Virtual.Microsoft.VBIndex) {
2098 assert(RA.Virtual.Microsoft.VBIndex > 0);
2103 IntSize * RA.Virtual.Microsoft.VBIndex, &VBPtr);
3119 llvm::Value *VBIndex = Builder.CreateExactUDiv( local
3124 Mapping->getAggregateElement(cast<llvm::Constant>(VBIndex));
3126 llvm::Value *Idxs[] = {getZeroInt(), VBIndex};
3886 getCatchableType(QualType T, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex) argument
[all...]

Completed in 135 milliseconds