[clang] [llvm] [clang][DebugInfo] Add virtuality call-site target information in DWARF. (PR #167666)
Carlos Alberto Enciso via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 19 04:48:48 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 {
----------------
CarlosAlbertoEnciso wrote:
Changed to `shouldGenerateVirtualCallSite`.
https://github.com/llvm/llvm-project/pull/167666
More information about the cfe-commits
mailing list