[llvm] [DebugInfo][NVPTX] Adding support for `inlined_at` debug directive in NVPTX backend (PR #170239)

Laxman Sole via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 18:01:14 PST 2025


================
@@ -722,6 +717,18 @@ class DwarfDebug : public DebugHandlerBase {
 
   void skippedNonDebugFunction() override;
 
+  /// Target-specific hook for custom initialization,
+  /// default implementation is empty, only being used for NVPTX target
+  virtual void beginFunctionHook(const MachineFunction &MF) {}
----------------
laxmansole wrote:

Let me modify the function names as well as some comments.

https://github.com/llvm/llvm-project/pull/170239


More information about the llvm-commits mailing list