Lines Matching refs:PtrToInt8Ty

115   llvm::PointerType *PtrToInt8Ty;  member in __anon13748a720111::CGObjCGNU
953 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
957 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
961 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
967 PtrTy = PtrToInt8Ty; in CGObjCGNU()
982 IdTy = PtrToInt8Ty; in CGObjCGNU()
1071 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
1166 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
1170 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
1185 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
1195 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
1202 PtrToInt8Ty); in GetEHType()
1211 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr), in GetEHType()
1215 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
1249 llvm::StructType::get(PtrToIdTy, PtrToInt8Ty, IntTy, nullptr), in GenerateConstantString()
1251 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
1526 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
1527 PtrToInt8Ty, // Method types in GenerateMethodList()
1579 PtrToInt8Ty, in GenerateIvarList()
1580 PtrToInt8Ty, in GenerateIvarList()
1630 PtrToInt8Ty, // isa in GenerateClassStructure()
1631 PtrToInt8Ty, // super_class in GenerateClassStructure()
1632 PtrToInt8Ty, // name in GenerateClassStructure()
1654 Elements.push_back(llvm::ConstantExpr::getBitCast(MetaClass, PtrToInt8Ty)); in GenerateClassStructure()
1703 PtrToInt8Ty, // Really a selector, but the runtime does the casting for us. in GenerateProtocolMethodList()
1704 PtrToInt8Ty, in GenerateProtocolMethodList()
1726 llvm::ArrayType *ProtocolArrayTy = llvm::ArrayType::get(PtrToInt8Ty, in GenerateProtocolList()
1745 PtrToInt8Ty); in GenerateProtocolList()
1777 PtrToInt8Ty, in GenerateEmptyProtocol()
1860 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, in GenerateProtocol()
1861 PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, nullptr); in GenerateProtocol()
1929 PtrToInt8Ty, in GenerateProtocol()
1993 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateProtocolHolderCategory()
2086 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateCategory()
2098 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, in GeneratePropertyList()
2099 PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, nullptr); in GeneratePropertyList()
2301 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
2383 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
2400 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr); in ModuleInitFunction()
2408 llvm::ArrayType *StaticsArrayTy = llvm::ArrayType::get(PtrToInt8Ty, in ModuleInitFunction()
2421 llvm::StructType::get(PtrToInt8Ty, StaticsArrayTy, nullptr); in ModuleInitFunction()
2436 llvm::ArrayType *ClassListTy = llvm::ArrayType::get(PtrToInt8Ty, in ModuleInitFunction()
2523 PtrToInt8Ty, llvm::PointerType::getUnqual(SymTabTy), in ModuleInitFunction()
2579 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()