Lines Matching refs:PtrToInt8Ty

115   llvm::PointerType *PtrToInt8Ty;  member in __anonaf5ecb460111::CGObjCGNU
1181 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1841 PtrToInt8Ty, in GenerateClass()
1842 PtrToInt8Ty, in GenerateClass()
1843 PtrToInt8Ty, in GenerateClass()
2024 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2274 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2280 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2284 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2292 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2309 IdTy = PtrToInt8Ty; in CGObjCGNU()
2314 PtrToInt8Ty, // name in CGObjCGNU()
2315 PtrToInt8Ty, // protocols in CGObjCGNU()
2316 PtrToInt8Ty, // instance methods in CGObjCGNU()
2317 PtrToInt8Ty, // class methods in CGObjCGNU()
2318 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2319 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2320 PtrToInt8Ty, // properties in CGObjCGNU()
2321 PtrToInt8Ty);// optional properties in CGObjCGNU()
2336 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2337 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2423 llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class"); in GetClassNamed()
2539 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2568 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
3011 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
3012 PtrToInt8Ty, // Method types in GenerateMethodList()
3024 PtrToInt8Ty, // Selector in GenerateMethodList()
3025 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
3030 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
3031 PtrToInt8Ty, // Method types in GenerateMethodList()
3079 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
3121 PtrToInt8Ty, // isa in GenerateClassStructure()
3122 PtrToInt8Ty, // super_class in GenerateClassStructure()
3123 PtrToInt8Ty, // name in GenerateClassStructure()
3213 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
3239 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
3734 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3830 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3942 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3958 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
4017 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()