Lines Matching refs:PtrToInt8Ty

115   llvm::PointerType *PtrToInt8Ty;  member in __anon90b381c40111::CGObjCGNU
1164 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1830 PtrToInt8Ty, in GenerateClass()
1831 PtrToInt8Ty, in GenerateClass()
1832 PtrToInt8Ty, in GenerateClass()
2013 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2160 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2166 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2170 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2176 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2191 IdTy = PtrToInt8Ty; in CGObjCGNU()
2195 PtrToInt8Ty, // name in CGObjCGNU()
2196 PtrToInt8Ty, // protocols in CGObjCGNU()
2197 PtrToInt8Ty, // instance methods in CGObjCGNU()
2198 PtrToInt8Ty, // class methods in CGObjCGNU()
2199 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2200 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2201 PtrToInt8Ty, // properties in CGObjCGNU()
2202 PtrToInt8Ty);// optional properties in CGObjCGNU()
2217 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2218 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2301 llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class"); in GetClassNamed()
2416 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2420 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2436 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2446 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
2453 PtrToInt8Ty); in GetEHType()
2467 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2503 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2802 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2803 PtrToInt8Ty, // Method types in GenerateMethodList()
2815 PtrToInt8Ty, // Selector in GenerateMethodList()
2816 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
2821 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2822 PtrToInt8Ty, // Method types in GenerateMethodList()
2870 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
2912 PtrToInt8Ty, // isa in GenerateClassStructure()
2913 PtrToInt8Ty, // super_class in GenerateClassStructure()
2914 PtrToInt8Ty, // name in GenerateClassStructure()
2940 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure()
3005 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
3031 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
3042 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList()
3069 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3537 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3620 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3638 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3755 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3771 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
3830 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()