Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3368 auto propertyList = builder.beginStruct(); in GeneratePropertyList() local
3369 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()
3387 properties.finishAndAddTo(propertyList); in GeneratePropertyList()
3389 return propertyList.finishAndCreateGlobal(".objc_property_list", in GeneratePropertyList()
H A DCGObjCMac.cpp3793 llvm::Constant *propertyList = in EmitClassExtension() local
3800 if (layout->isNullValue() && propertyList->isNullValue()) { in EmitClassExtension()
3811 values.add(propertyList); in EmitClassExtension()