[llvm] [llvm-objdump][macho] Add support for ObjC relative method lists (PR #84250)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 11:14:32 PDT 2024


================
@@ -3673,6 +3683,12 @@ struct method_list32_t {
   /* struct method32_t first;  These structures follow inline */
 };
 
+struct method_list_delta_t {
----------------
kyulee-com wrote:

I'm just questioning on the term `delta` (any data structures that follow in this patch). Does it represent a delta (subtracted) value, or a PC relative value? If it's the latter, then `relative` might be better, matching the flag name.

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


More information about the llvm-commits mailing list