Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1241 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1242 in.objcMethnameSection->inputOrder = inputOrder++; in gatherInputSections()
1243 in.objcMethnameSection->addInput(isec); in gatherInputSections()
1271 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1299 in.objcMethnameSection->addInput(isec); in addSynthenticMethnames()
1300 in.objcMethnameSection->isec->markLive(0); in addSynthenticMethnames()
H A DMapFile.cpp212 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
H A DSyntheticSections.h782 DeduplicatedCStringSection *objcMethnameSection = nullptr; member
H A DSyntheticSections.cpp821 in.objcMethnameSection->getStringOffset(methname).outSecOff); in addEntry()
873 /*addend=*/offsets[i] * in.objcMethnameSection->align, in setUp()
874 /*referent=*/in.objcMethnameSection->isec}); in setUp()
H A DWriter.cpp1336 in.objcMethnameSection = in createSyntheticSections()