Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VTable

96   // When building with -fapple-kext, all calls must go through the vtable since
1647 // Get the vtable pointer.
1803 // Get the vtable pointer.
1804 llvm::Value *VTable = CGF.GetVTablePtr(Value, PtrDiffLTy->getPointerTo());
1806 // Get the offset-to-top from the vtable.
1808 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, -2ULL);