Searched refs:EmitPropertyList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGObjCMac.cpp | 1016 llvm::Constant *EmitPropertyList(Twine Name, 3166 EmitPropertyList("OBJC_$_PROP_PROTO_LIST_" + PD->getName(), nullptr, PD, in EmitProtocolExtension() 3169 EmitPropertyList("OBJC_$_CLASS_PROP_PROTO_LIST_" + PD->getName(), nullptr, in EmitProtocolExtension() 3272 llvm::Constant *CGObjCCommonMac::EmitPropertyList(Twine Name, in EmitPropertyList() function in CGObjCCommonMac 3430 Values.add(EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory() 3432 Values.add(EmitPropertyList("_OBJC_$_CLASS_PROP_LIST_" + ExtName.str(), in GenerateCategory() 3779 EmitPropertyList((isMetaclass ? Twine("_OBJC_$_CLASS_PROP_LIST_") in EmitClassExtension() 6403 values.add(EmitPropertyList( in BuildClassRoTInitializer() 6409 values.add(EmitPropertyList( in BuildClassRoTInitializer() 6730 values.add(EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(), in GenerateCategory() [all …]
|