================
@@ -682,6 +682,9 @@ class CGDebugInfo {
/// that it is supported and enabled.
llvm::DINode::DIFlags getCallSiteRelatedAttrs() const;
+ /// Add call target information.
+ void addCallTarget(const FunctionDecl *FD, llvm::CallBase *CI);
----------------
CarlosAlbertoEnciso wrote:
Good point. Changed to `addCallTargetIfVirtual`.
https://github.com/llvm/llvm-project/pull/167666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits