Lines Matching refs:ExtName
2902 SmallString<256> ExtName; in GenerateCategory() local
2903 llvm::raw_svector_ostream(ExtName) << Interface->getName() << '_' in GenerateCategory()
2919 Values[2] = EmitMethodList("OBJC_CATEGORY_INSTANCE_METHODS_" + ExtName.str(), in GenerateCategory()
2922 Values[3] = EmitMethodList("OBJC_CATEGORY_CLASS_METHODS_" + ExtName.str(), in GenerateCategory()
2927 EmitProtocolList("OBJC_CATEGORY_PROTOCOLS_" + ExtName.str(), in GenerateCategory()
2936 Values[6] = EmitPropertyList("\01l_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory()
2946 CreateMetadataVar("OBJC_CATEGORY_" + ExtName.str(), Init, in GenerateCategory()
2949 DefinedCategoryNames.insert(ExtName.str()); in GenerateCategory()
5967 SmallString<256> ExtName; in GenerateCategory() local
5968 llvm::raw_svector_ostream(ExtName) << Interface->getObjCRuntimeNameAsString() << "_$_" in GenerateCategory()
5975 Values[5] = EmitPropertyList("\01l_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory()