Home
last modified time | relevance | path

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

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