Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h339 constexpr const char objcMethname[] = "__objc_methname"; variable
H A DDriver.cpp1211 if (isec->getName() == section_names::objcMethname) { in gatherInputSections()
1260 section_names::objcMethname, in addSynthenticMethnames()
H A DWriter.cpp1331 make<DeduplicatedCStringSection>(section_names::objcMethname); in createSyntheticSections()
H A DInputFiles.cpp358 name == section_names::objcMethname || config->dedupStrings; in parseSections()