================
@@ -1891,3 +1887,12 @@ DIE *DwarfCompileUnit::getOrCreateSubprogramDIE(const
DISubprogram *SP,
return DwarfUnit::getOrCreateSubprogramDIE(SP, F, Minimal);
}
+
+void DwarfCompileUnit::addLinkageNamesToDeclarations(
+ const DwarfDebug *DD, const DISubprogram *CalleeSP, DIE *CalleeDIE) {
----------------
CarlosAlbertoEnciso wrote:
Good point. Changed to use `references`.
https://github.com/llvm/llvm-project/pull/167666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits