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