Home
last modified time | relevance | path

Searched refs:addHeapAllocSiteMetadata (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h593 void addHeapAllocSiteMetadata(llvm::CallBase *CallSite, QualType AllocatedTy,
H A DCGExprCXX.cpp1675 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
H A DCGCall.cpp5776 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
H A DCGExprScalar.cpp2306 CGF.getDebugInfo()->addHeapAllocSiteMetadata(CI, PointeeType, in VisitCastExpr()
H A DCGDebugInfo.cpp2599 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata() function in CGDebugInfo