Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1015 llvm::Constant *EmitPropertyList(Twine Name,
3116 EmitPropertyList("OBJC_$_PROP_PROTO_LIST_" + PD->getName(), nullptr, PD, in EmitProtocolExtension()
3119 EmitPropertyList("OBJC_$_CLASS_PROP_PROTO_LIST_" + PD->getName(), nullptr, in EmitProtocolExtension()
3223 llvm::Constant *CGObjCCommonMac::EmitPropertyList(Twine Name, in EmitPropertyList() function in CGObjCCommonMac
3383 Values.add(EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory()
3385 Values.add(EmitPropertyList("_OBJC_$_CLASS_PROP_LIST_" + ExtName.str(), in GenerateCategory()
3729 EmitPropertyList((isMetaclass ? Twine("_OBJC_$_CLASS_PROP_LIST_") in EmitClassExtension()
6353 values.add(EmitPropertyList( in BuildClassRoTInitializer()
6359 values.add(EmitPropertyList( in BuildClassRoTInitializer()
6683 auto propertyList = EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory()
[all …]