Lines Matching defs:CHK_NO_REL

18 # RUN: llvm-objdump --macho --objc-meta-data a64_rel_dylib.dylib  | FileCheck %s --check-prefix=CHK_NO_REL
26 # RUN: llvm-objdump --macho --objc-meta-data a64_rel_dylib.dylib | FileCheck %s --check-prefix=CHK_NO_REL
60 CHK_NO_REL-NOT: (relative)
62 CHK_NO_REL: Contents of (__DATA_CONST,__objc_classlist) section
63 CHK_NO_REL-NEXT: _OBJC_CLASS_$_MyClass
65 CHK_NO_REL: baseMethods 0x{{[0-9a-f]*}} (struct method_list_t *)
66 CHK_NO_REL-NEXT: entsize 24
67 CHK_NO_REL-NEXT: count 3
68 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_00
69 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
70 CHK_NO_REL-NEXT: imp -[MyClass instance_method_00]
71 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_01
72 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
73 CHK_NO_REL-NEXT: imp -[MyClass instance_method_01]
74 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_02
75 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
76 CHK_NO_REL-NEXT: imp -[MyClass instance_method_02]
79 CHK_NO_REL: Meta Class
80 CHK_NO_REL-NEXT: _OBJC_METACLASS_$_MyClass
82 CHK_NO_REL: baseMethods 0x{{[0-9a-f]*}} (struct method_list_t *)
83 CHK_NO_REL-NEXT: entsize 24
84 CHK_NO_REL-NEXT: count 3
85 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_00
86 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
87 CHK_NO_REL-NEXT: imp +[MyClass class_method_00]
88 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_01
89 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
90 CHK_NO_REL-NEXT: imp +[MyClass class_method_01]
91 CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_02
92 CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
93 CHK_NO_REL-NEXT: imp +[MyClass class_method_02]