Searched refs:ObjC (Results 1 – 25 of 132) sorted by relevance
123456
3 …nsn -full-leading-addr -print-imm-hex %p/Inputs/ObjC.obj.macho-aarch64 | FileCheck %s -check-prefi…4 …nsn -full-leading-addr -print-imm-hex %p/Inputs/ObjC.exe.macho-aarch64 | FileCheck %s -check-prefi…14 ObjC-OBJ: 000000000000000c adrp x8, L_OBJC_SELECTOR_REFERENCES_3@PAGE15 ObjC-OBJ: 0000000000000010 add x8, x8, L_OBJC_SELECTOR_REFERENCES_3@PAGEOFF16 ObjC-OBJ:0000000000000044 bl _objc_msgSend18 ObjC-EXE: 0000000100007ed0 add x8, x8, #80 ; Objc selector ref: date19 ObjC-EXE: 0000000100007ed8 add x9, x9, #96 ; Objc class ref: _OBJC_CLASS_$_NSDate20 ObjC-EXE: 0000000100007f04 bl 0x100007f50 ; Objc message: +[NSObject new]21 ObjC-EXE: 0000000100007f1c bl 0x100007f50 ; Objc message: -[x0 new]22 ObjC-EXE: 0000000100007f2c add x0, x0, #32 ; Objc cfstring ref: @"The current date and time is: %@"[all …]
3 …insn -full-leading-addr -print-imm-hex %p/Inputs/ObjC.obj.macho-x86_64 | FileCheck %s -check-prefi…4 …insn -full-leading-addr -print-imm-hex %p/Inputs/ObjC.exe.macho-x86_64 | FileCheck %s -check-prefi…19 ObjC-OBJ: 0000000000000008 leaq 0xb1(%rip), %rax ## Objc cfstring ref: @"The current date an…20 ObjC-OBJ: 0000000000000016 movq 0x4b(%rip), %rcx ## Objc class ref: NSObject21 ObjC-OBJ: 000000000000001d movq 0x64(%rip), %rsi ## Objc selector ref: new22 ObjC-OBJ: 0000000000000034 movq 0x35(%rip), %rax ## Objc class ref: NSDate23 ObjC-OBJ: 000000000000003b movq 0x4e(%rip), %rsi ## Objc selector ref: date25 ObjC-EXE: 0000000100000ee8 leaq 0x159(%rip), %rax ## Objc cfstring ref: @"The current date an…26 ObjC-EXE: 0000000100000ef6 movq 0x13b(%rip), %rcx ## Objc class ref: _OBJC_CLASS_$_NSObject27 ObjC-EXE: 0000000100000efd movq 0x124(%rip), %rsi ## Objc selector ref: new[all …]
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.72 /* ObjC start of ruleAttributeScope */74 /* ObjC end of ruleAttributeScope */76 /* ObjC start globalAttributeScope */77 /* ObjC end globalAttributeScope */78 /* ObjC start actions.(actionScope).synthesize */79 /* ObjC end actions.(actionScope).synthesize */80 /* ObjC start synthesize() */81 /* ObjC end synthesize() */121 /* ObjC start members */[all …]
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.172 /* ObjC start of ruleAttributeScope */174 /* ObjC end of ruleAttributeScope */176 /* ObjC start globalAttributeScope */177 /* ObjC end globalAttributeScope */178 /* ObjC start actions.(actionScope).synthesize */179 /* ObjC end actions.(actionScope).synthesize */180 /* ObjC start synthesize() */184 /* ObjC end synthesize() */228 /* ObjC start members */[all …]
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.60 /* ObjC Start of actions.lexer.methods */61 /* ObjC end of actions.lexer.methods */62 /* ObjC start methods() */63 /* ObjC end methods() */
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.64 /* ObjC start of ruleAttributeScope */66 /* ObjC end of ruleAttributeScope */68 /* ObjC start globalAttributeScope */69 /* ObjC end globalAttributeScope */70 /* ObjC start actions.(actionScope).synthesize */71 /* ObjC end actions.(actionScope).synthesize */72 /* ObjC start synthesize() */73 /* ObjC end synthesize() */117 /* ObjC start members */[all …]
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.130 /* ObjC start of ruleAttributeScope */132 /* ObjC end of ruleAttributeScope */134 /* ObjC start globalAttributeScope */135 /* ObjC end globalAttributeScope */136 /* ObjC start actions.(actionScope).synthesize */137 /* ObjC end actions.(actionScope).synthesize */138 /* ObjC start synthesize() */142 /* ObjC end synthesize() */185 /* ObjC start members */[all …]
5 language=ObjC;
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.110 /* ObjC start of ruleAttributeScope */112 /* ObjC end of ruleAttributeScope */114 /* ObjC start globalAttributeScope */117 /* ObjC end globalAttributeScope */118 /* ObjC start actions.(actionScope).synthesize */119 /* ObjC end actions.(actionScope).synthesize */120 /* ObjC start synthesize() */121 /* ObjC end synthesize() */184 /* ObjC start members */[all …]
149 ObjC, enumerator179 return RetEffect(OwnedWhenTrackedReceiver, ObjC); in MakeOwnedWhenTrackedReceiver()189 return RetEffect(GCNotOwnedSymbol, ObjC); in MakeGCNotOwned()
5 // Test inlining of ObjC class methods.22 // Vanila: ObjC class method is called by name.57 // ObjC class method is called by name. Definition is in the category.75 // ObjC class method is called by name. Definition is in the parent category.117 // ObjC class method is called by unknown class declaration (passed in as a 137 // ObjC class method call through a decl with a known type.
17 the proper location. However, for now you need to create an ObjC19 and then copy the ObjC ".stg" files to 20 antlr-3.2/tool/src/main/resources/org/antlr/codegen/templates/ObjC/*.
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.172 /* ObjC start of ruleAttributeScope */174 /* ObjC end of ruleAttributeScope */176 /* ObjC start globalAttributeScope */179 /* ObjC end globalAttributeScope */180 /* ObjC start actions.(actionScope).synthesize */181 /* ObjC end actions.(actionScope).synthesize */182 /* ObjC start synthesize() */183 /* ObjC end synthesize() */267 /* ObjC start members */[all …]
31 # |-ObjC| flag needed to make sure category method implementations34 'OTHER_LDFLAGS': ['-ObjC'],
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.237 /* ObjC start of ruleAttributeScope */239 /* ObjC end of ruleAttributeScope */241 /* ObjC start globalAttributeScope */242 /* ObjC end globalAttributeScope */243 /* ObjC start actions.(actionScope).synthesize */244 /* ObjC end actions.(actionScope).synthesize */245 /* ObjC start synthesize() */246 /* ObjC end synthesize() */338 /* ObjC start members */[all …]
64 'language' : 'ObjC',68 'language' : 'ObjC++',
44 "BOOL" : "NO", // Booleans start out being Antlr ObjC for false72 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.263 /* ObjC start of actions.lexer.memVars */265 /* ObjC end of actions.lexer.memVars */269 /* ObjC start actions.lexer.methodsDecl */271 /* ObjC end actions.lexer.methodsDecl */357 /* ObjC Start of actions.lexer.methods */359 /* ObjC end of actions.lexer.methods */360 /* ObjC start methods() */362 /* ObjC end methods() */[all …]
2 add_subdirectory(ObjC)
2 #error "ObjC++ files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
2 #error "ObjC files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
2 #error "ObjC files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
2 #error "ObjC++ files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"