Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h354 constexpr const char objcMethname[] = "__objc_methname"; variable
H A DInputSection.cpp66 if (isec->getName() == section_names::objcMethname) { in addInputSection()
H A DWriter.cpp1384 make<DeduplicatedCStringSection>(section_names::objcMethname); in createSyntheticSections()
H A DDriver.cpp1391 section_names::objcMethname, in addSynthenticMethnames()
H A DInputFiles.cpp378 name == section_names::objcMethname || config->dedupStrings; in parseSections()