reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1158           { PtrToInt8Ty, PtrToInt8Ty });
 1158           { PtrToInt8Ty, PtrToInt8Ty });
 1813         PtrToInt8Ty,
 1814         PtrToInt8Ty,
 1815         PtrToInt8Ty,
 1994             { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty });
 1994             { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty });
 1994             { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty });
 1994             { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty });
 1994             { PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty, PtrToInt8Ty });
 2141   PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty);
 2147   NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty);
 2151     SelectorTy = PtrToInt8Ty;
 2157   PtrTy = PtrToInt8Ty;
 2172     IdTy = PtrToInt8Ty;
 2176       PtrToInt8Ty, // name
 2177       PtrToInt8Ty, // protocols
 2178       PtrToInt8Ty, // instance methods
 2179       PtrToInt8Ty, // class methods
 2180       PtrToInt8Ty, // optional instance methods
 2181       PtrToInt8Ty, // optional class methods
 2182       PtrToInt8Ty, // properties
 2183       PtrToInt8Ty);// optional properties
 2198       PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty,
 2198       PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty,
 2198       PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty,
 2199       PtrToInt8Ty, PtrToInt8Ty });
 2199       PtrToInt8Ty, PtrToInt8Ty });
 2282       llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), "objc_lookup_class");
 2397         new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty,
 2401     return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);
 2416     return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty);
 2426     Vtable = new llvm::GlobalVariable(TheModule, PtrToInt8Ty, true,
 2433       PtrToInt8Ty);
 2447   return llvm::ConstantExpr::getBitCast(TI, PtrToInt8Ty);
 2483   ObjCStr = llvm::ConstantExpr::getBitCast(ObjCStr, PtrToInt8Ty);
 2782       PtrToInt8Ty, // Really a selector, but the runtime creates it us.
 2783       PtrToInt8Ty, // Method types
 2795         PtrToInt8Ty, // Selector
 2796         PtrToInt8Ty  // Extended type encoding
 2801         PtrToInt8Ty, // Really a selector, but the runtime creates it us.
 2802         PtrToInt8Ty, // Method types
 2852       llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy);
 2852       llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy);
 2894       PtrToInt8Ty,        // isa
 2895       PtrToInt8Ty,        // super_class
 2896       PtrToInt8Ty,        // name
 2922   Elements.addBitCast(MetaClass, PtrToInt8Ty);
 2987     llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty });
 2987     llvm::StructType::get(CGM.getLLVMContext(), { PtrToInt8Ty, PtrToInt8Ty });
 3013   auto Elements = ProtocolList.beginArray(PtrToInt8Ty);
 3024     Elements.addBitCast(protocol, PtrToInt8Ty);
 3045   MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty);
 3518     SuperClass = llvm::ConstantPointerNull::get(PtrToInt8Ty);
 3601   ClassStruct = llvm::ConstantExpr::getBitCast(ClassStruct, PtrToInt8Ty);
 3619                                         { PtrToInt8Ty, PtrToInt8Ty });
 3619                                         { PtrToInt8Ty, PtrToInt8Ty });
 3736     auto classList = symtab.beginArray(PtrToInt8Ty);
 3752       LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy
 3811     llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty};