Lines Matching refs:PtrToInt8Ty
129 llvm::PointerType *PtrToInt8Ty; member in __anon0fc3211f0111::CGObjCGNU
1141 { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
1730 PtrToInt8Ty, in GenerateClass()
1731 PtrToInt8Ty, in GenerateClass()
1732 PtrToInt8Ty, in GenerateClass()
1907 { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNUstep2()
2042 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2048 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
2052 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
2058 PtrTy = PtrToInt8Ty; in CGObjCGNU()
2073 IdTy = PtrToInt8Ty; in CGObjCGNU()
2077 PtrToInt8Ty, // name in CGObjCGNU()
2078 PtrToInt8Ty, // protocols in CGObjCGNU()
2079 PtrToInt8Ty, // instance methods in CGObjCGNU()
2080 PtrToInt8Ty, // class methods in CGObjCGNU()
2081 PtrToInt8Ty, // optional instance methods in CGObjCGNU()
2082 PtrToInt8Ty, // optional class methods in CGObjCGNU()
2083 PtrToInt8Ty, // properties in CGObjCGNU()
2084 PtrToInt8Ty);// optional properties in CGObjCGNU()
2099 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2100 PtrToInt8Ty, PtrToInt8Ty }); in CGObjCGNU()
2183 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
2299 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
2303 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
2318 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
2328 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
2335 PtrToInt8Ty); in GetEHType()
2349 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
2385 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
2681 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2682 PtrToInt8Ty, // Method types in GenerateMethodList()
2694 PtrToInt8Ty, // Selector in GenerateMethodList()
2695 PtrToInt8Ty // Extended type encoding in GenerateMethodList()
2700 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
2701 PtrToInt8Ty, // Method types in GenerateMethodList()
2751 llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy); in GenerateIvarList()
2793 PtrToInt8Ty, // isa in GenerateClassStructure()
2794 PtrToInt8Ty, // super_class in GenerateClassStructure()
2795 PtrToInt8Ty, // name in GenerateClassStructure()
2821 Elements.addBitCast(MetaClass, PtrToInt8Ty); in GenerateClassStructure()
2886 llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty }); in GenerateProtocolMethodList()
2912 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); in GenerateProtocolList()
2923 Elements.addBitCast(protocol, PtrToInt8Ty); in GenerateProtocolList()
2944 MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty); in GenerateEmptyProtocol()
3417 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
3500 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
3518 { PtrToInt8Ty, PtrToInt8Ty }); in ModuleInitFunction()
3635 auto classList = symtab.beginArray(PtrToInt8Ty); in ModuleInitFunction()
3651 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy in ModuleInitFunction()
3709 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()