================
@@ -906,6 +909,12 @@ class CGDebugInfo {
   /// If one exists, returns the linkage name of the specified \
   /// (non-null) \c Method. Returns empty string otherwise.
   llvm::StringRef GetMethodLinkageName(const CXXMethodDecl *Method) const;
+
+  /// Generate call target information.
+  bool generateVirtualCallSite() const {
----------------
felipepiovezan wrote:

is this _actually_ generating something? or is more of a 
`shouldGenerateVirtualCallSite`?

https://github.com/llvm/llvm-project/pull/167666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to