[clang] [llvm] [clang][DebugInfo] Add virtuality call-site target information in DWARF. (PR #167666)
Felipe de Azevedo Piovezan via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 18 07:50:30 PST 2026
================
@@ -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
More information about the llvm-commits
mailing list