Lines Matching refs:PtrToInt8Ty
115 llvm::PointerType *PtrToInt8Ty; member in __anonbab9bb100111::CGObjCGNU
1180 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1839 PtrToInt8Ty, in GenerateClass()
1840 PtrToInt8Ty, in GenerateClass()
1841 PtrToInt8Ty, in GenerateClass()
2022 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2273 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2279 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2283 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2291 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2308 IdTy = PtrToInt8Ty; in CGObjCGNU()
2313 PtrToInt8Ty, // name in CGObjCGNU()
2314 PtrToInt8Ty, // protocols in CGObjCGNU()
2315 PtrToInt8Ty, // instance methods in CGObjCGNU()
2316 PtrToInt8Ty, // class methods in CGObjCGNU()
2317 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2318 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2319 PtrToInt8Ty, // properties in CGObjCGNU()
2320 PtrToInt8Ty);// optional properties in CGObjCGNU()
2335 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2336 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2422 llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class"); in GetClassNamed()
2538 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2567 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
3010 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
3011 PtrToInt8Ty, // Method types in GenerateMethodList()
3023 PtrToInt8Ty, // Selector in GenerateMethodList()
3024 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
3029 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
3030 PtrToInt8Ty, // Method types in GenerateMethodList()
3078 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
3120 PtrToInt8Ty, // isa in GenerateClassStructure()
3121 PtrToInt8Ty, // super_class in GenerateClassStructure()
3122 PtrToInt8Ty, // name in GenerateClassStructure()
3212 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
3238 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
3733 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3829 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3941 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3957 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
4016 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()