Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.h352 constexpr const char objcMethname[] = "__objc_methname"; variable
HDInputSection.cpp67 if (isec->getName() == section_names::objcMethname) { in addInputSection()
HDWriter.cpp1355 make<DeduplicatedCStringSection>(section_names::objcMethname); in createSyntheticSections()
HDDriver.cpp1330 section_names::objcMethname, in addSynthenticMethnames()
HDInputFiles.cpp380 name == section_names::objcMethname || config->dedupStrings; in parseSections()