Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h515 void addHeapAllocSiteMetadata(llvm::CallBase *CallSite, QualType AllocatedTy,
DCGExprCXX.cpp1644 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
DCGCall.cpp5007 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
DCGExprScalar.cpp1994 CGF.getDebugInfo()->addHeapAllocSiteMetadata(CI, PointeeType, in VisitCastExpr()
DCGDebugInfo.cpp2184 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata() function in CGDebugInfo