================
@@ -346,6 +348,15 @@ class CGDebugInfo {
const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI,
llvm::ArrayRef<llvm::Metadata *> PreviousFieldsDI, const RecordDecl *RD);
+ // A cache that maps artificial inlined function names used for
+ // __builtin_verbose_trap to subprograms.
+ llvm::StringMap<llvm::DISubprogram *> InlinedTrapFuncMap;
+
+ // A function that returns the subprogram corresponding to the artificial
+ // inlined function for traps.
----------------
adrian-prantl wrote:
///
https://github.com/llvm/llvm-project/pull/79230
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits