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-10-24 20:20:48 -07:00
2024-08-27 19:15:42 +02:00
2024-10-24 20:20:48 -07:00
2024-09-11 10:33:19 -07:00
2023-04-21 14:21:25 -07:00
2024-06-18 07:23:28 -07:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2023-12-22 12:11:07 -05:00
2024-11-12 21:18:22 -08:00
2024-11-20 09:43:57 -08:00
2024-08-27 10:59:31 -07:00
2020-01-24 08:52:55 +01:00
2020-11-20 11:21:59 +00:00
2024-09-05 12:44:13 -07:00
2021-10-21 12:58:45 +02:00
2024-11-04 11:55:09 -08:00
2024-09-05 12:44:13 -07:00
2024-12-13 10:06:55 +08:00
2024-02-05 17:40:28 -08:00
2020-01-24 08:52:55 +01:00
2021-07-02 11:31:16 -07:00
2020-01-24 08:52:55 +01:00
2024-08-27 10:59:31 -07:00
2024-11-19 16:01:27 -08:00
2024-07-01 10:45:56 +01:00
2024-07-12 20:43:08 +02:00
2024-10-10 09:56:31 -07:00
2020-01-24 08:52:55 +01:00
2023-01-09 11:29:43 -08:00
2025-01-10 09:56:55 +01:00
2024-12-12 12:48:41 -08:00
2024-09-20 22:17:42 +02:00
2020-01-24 08:52:55 +01:00
2024-11-17 20:36:54 -08:00
2024-11-21 15:37:04 -08:00
2023-06-23 10:29:52 -07:00
2020-07-24 16:28:34 -07:00
2024-12-10 16:37:53 -08:00
2024-08-27 10:59:31 -07:00
2024-11-14 08:53:16 -08:00
2024-12-12 12:48:41 -08:00
2022-09-03 11:17:39 -07:00
2024-07-11 14:04:19 +02:00
2024-08-05 17:26:39 -07:00
2022-02-03 14:47:01 +01:00
2023-11-30 14:59:10 -08:00
2020-04-03 14:56:28 -07:00
2021-11-11 15:04:44 -06:00
2022-02-03 14:47:01 +01:00
2022-02-03 14:47:01 +01:00
2022-02-03 14:47:01 +01:00
2024-08-28 13:34:35 -07:00
2024-11-18 13:23:17 -08:00
2025-01-10 09:56:55 +01:00
2022-02-03 14:47:01 +01:00
2024-10-24 20:20:48 -07:00
2024-08-28 13:34:35 -07:00
2024-10-30 09:28:38 -07:00
2024-11-11 16:27:15 -08:00
2022-02-03 14:47:01 +01:00
2023-11-30 14:59:10 -08:00
2024-11-11 16:27:15 -08:00
2021-06-09 09:43:13 -07:00
2023-01-07 14:18:35 -08:00
2022-08-12 15:13:48 -07:00
2024-11-11 16:27:15 -08:00
2021-10-29 12:08:57 +02:00
2023-09-14 10:19:53 -07:00
2020-10-09 10:37:09 +02:00
2024-09-23 10:29:21 -07:00
2024-09-19 10:06:28 +01:00