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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3045   MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty);
 3045   MethodList = llvm::ConstantExpr::getBitCast(MethodList, PtrToInt8Ty);
 3058   Elements.add(MethodList);   /* .instance_methods */
 3059   Elements.add(MethodList);   /* .class_methods */
 3060   Elements.add(MethodList);   /* .optional_instance_methods */
 3061   Elements.add(MethodList);   /* .optional_class_methods */