Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h348 constexpr const char objcMethname[] = "__objc_methname"; variable
H A DDriver.cpp1240 if (isec->getName() == section_names::objcMethname) { in gatherInputSections()
1289 section_names::objcMethname, in addSynthenticMethnames()
H A DWriter.cpp1337 make<DeduplicatedCStringSection>(section_names::objcMethname); in createSyntheticSections()
H A DInputFiles.cpp380 name == section_names::objcMethname || config->dedupStrings; in parseSections()