Lines Matching refs:PtrToInt8Ty
117 llvm::PointerType *PtrToInt8Ty; member in __anon128dbe400111::CGObjCGNU
1165 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1833 PtrToInt8Ty, in GenerateClass()
1834 PtrToInt8Ty, in GenerateClass()
1835 PtrToInt8Ty, in GenerateClass()
2016 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2163 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2169 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2173 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2181 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2198 IdTy = PtrToInt8Ty; in CGObjCGNU()
2203 PtrToInt8Ty, // name in CGObjCGNU()
2204 PtrToInt8Ty, // protocols in CGObjCGNU()
2205 PtrToInt8Ty, // instance methods in CGObjCGNU()
2206 PtrToInt8Ty, // class methods in CGObjCGNU()
2207 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2208 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2209 PtrToInt8Ty, // properties in CGObjCGNU()
2210 PtrToInt8Ty);// optional properties in CGObjCGNU()
2225 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2226 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2309 llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class"); in GetClassNamed()
2425 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2429 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2445 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2455 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
2462 PtrToInt8Ty); in GetEHType()
2476 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2512 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2884 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2885 PtrToInt8Ty, // Method types in GenerateMethodList()
2897 PtrToInt8Ty, // Selector in GenerateMethodList()
2898 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
2903 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2904 PtrToInt8Ty, // Method types in GenerateMethodList()
2952 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
2994 PtrToInt8Ty, // isa in GenerateClassStructure()
2995 PtrToInt8Ty, // super_class in GenerateClassStructure()
2996 PtrToInt8Ty, // name in GenerateClassStructure()
3022 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure()
3087 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
3113 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
3124 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList()
3151 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3619 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3702 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3719 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3836 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3852 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
3912 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()