Lines Matching refs:PtrToInt8Ty
115 llvm::PointerType *PtrToInt8Ty; member in __anon119c321b0111::CGObjCGNU
1162 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1827 PtrToInt8Ty, in GenerateClass()
1828 PtrToInt8Ty, in GenerateClass()
1829 PtrToInt8Ty, in GenerateClass()
2010 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2157 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2163 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2167 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2173 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2188 IdTy = PtrToInt8Ty; in CGObjCGNU()
2192 PtrToInt8Ty, // name in CGObjCGNU()
2193 PtrToInt8Ty, // protocols in CGObjCGNU()
2194 PtrToInt8Ty, // instance methods in CGObjCGNU()
2195 PtrToInt8Ty, // class methods in CGObjCGNU()
2196 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2197 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2198 PtrToInt8Ty, // properties in CGObjCGNU()
2199 PtrToInt8Ty);// optional properties in CGObjCGNU()
2214 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2215 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2298 llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class"); in GetClassNamed()
2413 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2417 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2433 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2443 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
2450 PtrToInt8Ty); in GetEHType()
2464 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2500 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2799 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2800 PtrToInt8Ty, // Method types in GenerateMethodList()
2812 PtrToInt8Ty, // Selector in GenerateMethodList()
2813 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
2818 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2819 PtrToInt8Ty, // Method types in GenerateMethodList()
2867 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
2909 PtrToInt8Ty, // isa in GenerateClassStructure()
2910 PtrToInt8Ty, // super_class in GenerateClassStructure()
2911 PtrToInt8Ty, // name in GenerateClassStructure()
2937 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure()
3002 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
3028 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
3039 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList()
3066 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3534 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3617 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3635 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3752 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3768 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
3827 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()