Home
last modified time | relevance | path

Searched refs:objcMethnameSection (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDInputSection.cpp68 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in addInputSection()
69 in.objcMethnameSection->inputOrder = inputSectionsOrder++; in addInputSection()
70 in.objcMethnameSection->addInput(isec); in addInputSection()
HDMapFile.cpp225 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
HDDriver.cpp1313 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1340 in.objcMethnameSection->addInput(isec); in addSynthenticMethnames()
1341 in.objcMethnameSection->isec->markLive(0); in addSynthenticMethnames()
HDSyntheticSections.h845 DeduplicatedCStringSection *objcMethnameSection = nullptr; member
HDSyntheticSections.cpp853 in.objcMethnameSection->getStringOffset(methname).outSecOff; in makeSelRef()
868 /*referent=*/in.objcMethnameSection->isec}); in makeSelRef()
HDWriter.cpp1354 in.objcMethnameSection = in createSyntheticSections()