Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VTable

114   // When building with -fapple-kext, all calls must go through the vtable since
1588 // Get the vtable pointer.
1693 // Get the vtable pointer.
1694 llvm::Value *VTable = CGF.GetVTablePtr(Value, PtrDiffLTy->getPointerTo());
1696 // Get the offset-to-top from the vtable.
1698 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, -2ULL);