Maxime Arthaud
448146d647
[llvm-c] Add bindings for DbgRecord ( #166383 )
...
In the LLVM-C library, there is currently no way to get information about a
DbgRecord - which is the new way to attach debug information to llvm
instructions.
We can only iterate on debug records with LLVMGetFirstDbgRecord/
LLVMGetLastDbgRecord/LLVMGetNextDbgRecord, but there is no way to read
information.
This PR adds utility functions to read DbgRecord information.
2025-11-12 14:36:56 +00:00
..
2025-11-02 17:16:47 -08:00
2025-11-09 15:15:21 +00:00
2025-11-09 15:15:21 +00:00
2025-11-09 14:11:53 +02:00
2025-11-02 17:16:47 -08:00
2025-10-11 09:19:50 +08:00
2025-11-12 14:36:56 +00:00
2025-11-07 10:32:55 -08:00
2025-11-09 15:15:21 +00:00
2025-10-01 15:32:07 -07:00
2025-11-01 14:28:11 -04:00
2025-11-02 17:16:47 -08:00
2025-09-19 12:44:52 +02:00
2025-09-02 14:22:42 -07:00
2025-11-11 13:33:33 +01:00
2025-11-11 18:29:40 -08:00
2025-11-04 13:11:52 +00:00
2025-06-27 11:05:49 -07:00
2025-10-01 14:35:17 -07:00
2025-11-11 13:33:38 +01:00
2025-10-11 09:19:50 +08:00
2025-11-10 12:17:12 +00:00
2025-10-14 11:41:18 -07:00
2025-11-09 15:15:21 +00:00
2025-10-23 10:51:24 -07:00
2025-11-03 19:13:50 +00:00
2025-11-02 17:16:47 -08:00
2025-10-21 06:53:40 -07:00
2025-09-17 20:46:44 +03:00
2025-11-09 15:15:21 +00:00
2025-10-23 16:34:28 +01:00
2025-11-10 12:17:12 +00:00
2025-10-15 09:24:36 -07:00
2025-11-02 17:16:47 -08:00
2025-10-15 09:24:36 -07:00
2025-10-11 20:45:47 -07:00
2025-11-02 00:12:33 +00:00
2025-11-02 17:16:47 -08:00
2025-10-07 12:51:00 -05:00
2025-11-11 19:44:20 -06:00
2025-10-01 14:35:17 -07:00
2025-11-11 13:33:33 +01:00
2025-10-27 12:43:59 -07:00
2025-11-11 13:33:38 +01:00
2025-11-09 15:15:21 +00:00
2025-11-02 17:16:47 -08:00
2025-11-02 17:16:47 -08:00
2025-11-08 20:42:00 +00:00
2025-10-27 09:54:38 -07:00
2025-09-08 03:41:22 +00:00
2025-07-15 04:54:28 -04:00
2025-09-29 09:32:28 -07:00
2025-09-09 16:33:39 +09:00
2025-11-10 10:30:37 +00:00
2025-06-06 13:25:07 +01:00
2025-09-26 16:25:20 +02:00
2025-11-10 12:17:12 +00:00
2025-08-29 23:52:13 -04:00
2025-10-30 13:12:06 -07:00
2025-10-20 09:36:00 -07:00
2025-11-04 22:03:45 +00:00
2025-09-09 16:33:39 +09:00
2025-07-28 12:34:30 -04:00
2025-06-24 00:10:22 -07:00
2025-09-18 14:53:40 -07:00