Searched refs:CastedVTable (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2681 llvm::Value *CastedVTable = Builder.CreateBitCast(VTable, Int8PtrTy); in EmitTypeMetadataCodeForVCall() local 2684 {CastedVTable, TypeId}); in EmitTypeMetadataCodeForVCall() 2789 llvm::Value *CastedVTable = Builder.CreateBitCast(VTable, Int8PtrTy); in EmitVTablePtrCheck() local 2791 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, TypeId}); in EmitVTablePtrCheck() 2801 EmitCfiSlowPathCheck(M, TypeTest, CrossDsoTypeId, CastedVTable, StaticData); in EmitVTablePtrCheck() 2814 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, AllVtables}); in EmitVTablePtrCheck() 2816 StaticData, {CastedVTable, ValidVtable}); in EmitVTablePtrCheck() 2846 llvm::Value *CastedVTable = Builder.CreateBitCast(VTable, Int8PtrTy); in EmitVTableTypeCheckedLoad() local 2849 {CastedVTable, llvm::ConstantInt::get(Int32Ty, VTableByteOffset), in EmitVTableTypeCheckedLoad()
|