Lines Matching refs:PtrToInt8Ty
122 llvm::PointerType *PtrToInt8Ty; member in __anon13748a720111::CGObjCGNU
913 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
917 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty); in CGObjCGNU()
921 SelectorTy = PtrToInt8Ty; in CGObjCGNU()
927 PtrTy = PtrToInt8Ty; in CGObjCGNU()
942 IdTy = PtrToInt8Ty; in CGObjCGNU()
1033 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
1123 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
1127 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty); in GetEHType()
1142 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty); in GetEHType()
1152 Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true, in GetEHType()
1159 PtrToInt8Ty); in GetEHType()
1168 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GetEHType()
1171 return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty); in GetEHType()
1204 llvm::StructType::get(PtrToIdTy, PtrToInt8Ty, IntTy, nullptr), in GenerateConstantString()
1206 ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty); in GenerateConstantString()
1481 PtrToInt8Ty, // Really a selector, but the runtime creates it us. in GenerateMethodList()
1482 PtrToInt8Ty, // Method types in GenerateMethodList()
1537 PtrToInt8Ty, in GenerateIvarList()
1538 PtrToInt8Ty, in GenerateIvarList()
1592 PtrToInt8Ty, // isa in GenerateClassStructure()
1593 PtrToInt8Ty, // super_class in GenerateClassStructure()
1594 PtrToInt8Ty, // name in GenerateClassStructure()
1616 Elements.push_back(llvm::ConstantExpr::getBitCast(MetaClass, PtrToInt8Ty)); in GenerateClassStructure()
1664 PtrToInt8Ty, // Really a selector, but the runtime does the casting for us. in GenerateProtocolMethodList()
1665 PtrToInt8Ty, in GenerateProtocolMethodList()
1689 llvm::ArrayType *ProtocolArrayTy = llvm::ArrayType::get(PtrToInt8Ty, in GenerateProtocolList()
1708 PtrToInt8Ty); in GenerateProtocolList()
1739 PtrToInt8Ty, in GenerateEmptyProtocol()
1825 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, in GenerateProtocol()
1826 PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, nullptr); in GenerateProtocol()
1894 PtrToInt8Ty, in GenerateProtocol()
1962 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateProtocolHolderCategory()
2054 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateCategory()
2065 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, in GeneratePropertyList()
2066 PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, nullptr); in GeneratePropertyList()
2270 SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty); in GenerateClass()
2352 ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty); in GenerateClass()
2370 SelStructTy = llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr); in ModuleInitFunction()
2378 llvm::ArrayType *StaticsArrayTy = llvm::ArrayType::get(PtrToInt8Ty, in ModuleInitFunction()
2391 llvm::StructType::get(PtrToInt8Ty, StaticsArrayTy, nullptr); in ModuleInitFunction()
2404 llvm::ArrayType *ClassListTy = llvm::ArrayType::get(PtrToInt8Ty, in ModuleInitFunction()
2489 PtrToInt8Ty, llvm::PointerType::getUnqual(SymTabTy), in ModuleInitFunction()
2545 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction()