Home
last modified time | relevance | path

Searched refs:propertyList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3659 auto propertyList = builder.beginStruct(); in GeneratePropertyList() local
3660 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()
3678 properties.finishAndAddTo(propertyList); in GeneratePropertyList()
3680 return propertyList.finishAndCreateGlobal(".objc_property_list", in GeneratePropertyList()
H A DCGObjCMac.cpp3625 llvm::Constant *propertyList = in EmitClassExtension() local
3632 if (layout->isNullValue() && propertyList->isNullValue()) { in EmitClassExtension()
3643 values.add(propertyList); in EmitClassExtension()
6602 auto propertyList = EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory() local
6608 values.add(propertyList); in GenerateCategory()
6611 propertyList->isNullValue() && in GenerateCategory()