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.cpp67 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in addInputSection()
68 in.objcMethnameSection->inputOrder = inputSectionsOrder++; in addInputSection()
69 in.objcMethnameSection->addInput(isec); in addInputSection()
H A DMapFile.cpp242 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
H A DDriver.cpp1374 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1401 in.objcMethnameSection->addInput(isec); in addSynthenticMethnames()
1402 in.objcMethnameSection->isec->markLive(0); in addSynthenticMethnames()
H A DSyntheticSections.h847 DeduplicatedCStringSection *objcMethnameSection = nullptr; member
H A DSyntheticSections.cpp852 in.objcMethnameSection->getStringOffset(methname).outSecOff; in makeSelRef()
867 /*referent=*/in.objcMethnameSection->isec}); in makeSelRef()
H A DWriter.cpp1383 in.objcMethnameSection = in createSyntheticSections()