Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VTable

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