Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp395 std::string mergedContainerName; member
797 if (extInfo.mergedContainerName.empty()) in parseCatInfoToExtInfo()
801 extInfo.mergedContainerName += "|"; in parseCatInfoToExtInfo()
807 extInfo.mergedContainerName += catName.str(); in parseCatInfoToExtInfo()
881 symName += extInfo.baseClassName + "(" + extInfo.mergedContainerName + ")"; in emitAndLinkProtocolList()
941 symName += extInfo.baseClassName + "(" + extInfo.mergedContainerName + ")"; in emitAndLinkPointerList()
1081 Defined *catNameSym = emitCategoryName(extInfo.mergedContainerName, in emitCategory()
1085 extInfo.mergedContainerName, catNameSym, extInfo.baseClass, in emitCategory()
1089 emitCatListEntrySec(extInfo.mergedContainerName, extInfo.baseClassName, in emitCategory()