Searched refs:GetVTablePtr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXX.cpp297 llvm::Value *VTable = CGF.GetVTablePtr(This, Ty);
H A DCGClass.cpp1448 llvm::Value *VTablePtr = GetVTablePtr(This, Int8PtrTy);
1606 llvm::Value *CodeGenFunction::GetVTablePtr(llvm::Value *This, function in class:CodeGenFunction
H A DCGExprCXX.cpp1611 llvm::Value *Value = CGF.GetVTablePtr(ThisPtr,
1694 llvm::Value *VTable = CGF.GetVTablePtr(Value, PtrDiffLTy->getPointerTo());
H A DCodeGenFunction.h1426 /// GetVTablePtr - Return the Value of the vtable pointer member pointed
1428 llvm::Value *GetVTablePtr(llvm::Value *This, llvm::Type *Ty);

Completed in 74 milliseconds