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.h352 constexpr const char objcMethname[] = "__objc_methname"; variable
H A DInputSection.cpp67 if (isec->getName() == section_names::objcMethname) { in addInputSection()
H A DWriter.cpp1355 make<DeduplicatedCStringSection>(section_names::objcMethname); in createSyntheticSections()
H A DDriver.cpp1330 section_names::objcMethname, in addSynthenticMethnames()
H A DInputFiles.cpp380 name == section_names::objcMethname || config->dedupStrings; in parseSections()