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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3053   Elements.add(llvm::ConstantExpr::getIntToPtr(
 3056   Elements.add(MakeConstantString(ProtocolName, ".objc_protocol_name"));
 3057   Elements.add(ProtocolList); /* .protocol_list */
 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 */
 3062   Elements.add(NULLPtr);      /* .properties */
 3063   Elements.add(NULLPtr);      /* .optional_properties */
 3064   return Elements.finishAndCreateGlobal(SymbolForProtocol(ProtocolName),