Lines Matching refs:Root
13 @interface Root interface
19 @implementation Root implementation
20 // CHECK-LABEL: define hidden i32 @"\01-[Root intProperty2]"
25 // CHECK-LABEL: define hidden i32 @"\01-[Root getInt]"(
58 // CHECK-LABEL: define hidden i32 @"\01+[Root classGetInt]"(
78 // CHECK-LABEL: define hidden i64 @"\01-[Root getComplex]"(
114 // CHECK-LABEL: define hidden i64 @"\01+[Root classGetComplex]"(
121 // CHECK-LABEL: define hidden void @"\01-[Root getAggregate]"(
155 // CHECK-LABEL: define hidden void @"\01+[Root classGetAggregate]"(
163 // CHECK-LABEL: define hidden i32 @"\01-[Root intProperty]"
165 @interface Foo : Root {
206 int useRoot(Root *r) {
208 // CHECK: %{{[^ ]*}} = call i32 bitcast {{.*}} @"\01-[Root getInt]"
209 // CHECK: %{{[^ ]*}} = call i32 bitcast {{.*}} @"\01-[Root intProperty]"
210 // CHECK: %{{[^ ]*}} = call i32 bitcast {{.*}} @"\01-[Root intProperty2]"