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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3363 auto propertyList = builder.beginStruct(); local
3364 auto properties = PushPropertyListHeader(propertyList, numProperties);
3382 properties.finishAndAddTo(propertyList);
3384 return propertyList.finishAndCreateGlobal(".objc_property_list",
H A DCGObjCMac.cpp3775 llvm::Constant *propertyList = local
3782 if (layout->isNullValue() && propertyList->isNullValue()) {
3793 values.add(propertyList);

Completed in 105 milliseconds