Pavel Labath
66a88f62cd
[lldb] Add Function::GetAddress and redirect some uses ( #115836 )
...
Many calls to Function::GetAddressRange() were not interested in the
range itself. Instead they wanted to find the address of the function
(its entry point) or the base address for relocation of function-scoped
entities (technically, the two don't need to be the same, but there's
isn't good reason for them not to be). This PR creates a separate
function for retrieving this, and changes the existing
(non-controversial) uses to call that instead.
2025-01-10 09:56:55 +01:00
..
2024-09-26 12:29:14 -04:00
2021-07-02 11:31:16 -07:00
2020-02-17 23:15:40 -08:00
2024-08-20 18:40:54 +01:00
2024-12-11 09:40:47 +08:00
2024-10-19 10:08:29 +01:00
2024-08-06 21:41:59 +01:00
2020-01-31 12:20:10 -08:00
2020-07-01 14:50:14 +02:00
2024-09-05 09:53:49 -07:00
2024-04-25 14:59:09 +08:00
2020-01-31 12:20:10 -08:00
2024-09-27 16:09:52 -07:00
2025-01-10 09:56:55 +01:00
2023-09-01 21:32:24 -07:00
2023-05-23 13:39:43 -05:00
2023-06-14 22:04:43 -07:00
2024-11-21 14:55:30 +01:00
2024-08-02 18:13:35 +01:00
2024-03-21 08:40:08 -07:00
2022-07-22 08:02:09 +01:00
2024-10-24 20:20:48 -07:00
2022-07-22 08:02:09 +01:00
2024-10-24 20:20:48 -07:00
2023-05-23 13:39:43 -05:00
2024-06-03 11:09:13 +02:00
2024-06-03 11:09:13 +02:00
2024-10-24 20:20:48 -07:00
2024-10-24 20:20:48 -07:00
2024-08-26 14:49:56 -03:00
2024-11-21 14:55:30 +01:00
2023-05-23 13:39:43 -05:00
2023-05-23 13:39:43 -05:00
2024-10-24 20:20:48 -07:00
2024-09-27 16:09:52 -07:00
2024-09-26 12:29:14 -04:00
2024-05-03 09:25:38 -07:00
2023-05-23 13:39:43 -05:00
2024-10-24 20:20:48 -07:00
2024-07-09 14:22:33 +02:00
2023-05-04 22:00:17 -07:00
2023-01-27 16:39:18 +00:00
2023-01-07 14:18:35 -08:00
2024-10-15 08:25:28 -07:00
2023-03-21 19:05:23 +01:00
2024-10-15 08:25:28 -07:00
2024-08-12 21:46:47 +03:00
2020-10-23 12:33:54 -07:00
2024-07-01 14:19:37 -04:00
2024-04-15 21:45:41 +01:00