Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.h556 void addHeapAllocSiteMetadata(llvm::CallBase *CallSite, QualType AllocatedTy,
DCGExprCXX.cpp1650 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
DCGExprScalar.cpp2104 CGF.getDebugInfo()->addHeapAllocSiteMetadata(CI, PointeeType, in VisitCastExpr()
DCGCall.cpp5473 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
DCGDebugInfo.cpp2361 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata() function in CGDebugInfo