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