Searched defs:VTablePtr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | IndirectCallVisitor.h | 46 Value *VTablePtr = FuncPtr->stripInBoundsConstantOffsets(); in tryGetVTableInstruction() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | CallPromotionUtils.cpp | 622 Value *VTablePtr = FindAvailableLoadedValue( tryPromoteCall() local |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | IndirectCallPromotion.cpp | 951 Instruction *VTablePtr = computeVirtualCallSiteTypeInfoMap() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | ItaniumCXXABI.cpp | 1642 llvm::Value *VTablePtr = CGF.GetVTablePtr(This, CGM.Int8PtrTy, ClassDecl); GetVirtualBaseClassOffset() local |
H A D | CGClass.cpp | 1798 llvm::Value *VTablePtr = CGF.LoadCXXThis(); in Emit() local |