Searched refs:addHeapAllocSiteMetadata (Results 1 – 5 of 5) sorted by relevance
556 void addHeapAllocSiteMetadata(llvm::CallBase *CallSite, QualType AllocatedTy,
1650 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
2104 CGF.getDebugInfo()->addHeapAllocSiteMetadata(CI, PointeeType, in VisitCastExpr()
5473 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
2361 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata() function in CGDebugInfo