Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp1212 if (in.objcMethnameSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1213 in.objcMethnameSection->inputOrder = inputOrder++; in gatherInputSections()
1214 in.objcMethnameSection->addInput(isec); in gatherInputSections()
1242 in.objcMethnameSection->finalizeContents(); in foldIdenticalLiterals()
1270 in.objcMethnameSection->addInput(isec); in addSynthenticMethnames()
1271 in.objcMethnameSection->isec->markLive(0); in addSynthenticMethnames()
H A DMapFile.cpp200 } else if (osec == in.cStringSection || osec == in.objcMethnameSection) { in writeMapFile()
H A DSyntheticSections.h794 DeduplicatedCStringSection *objcMethnameSection = nullptr; member
H A DSyntheticSections.cpp826 in.objcMethnameSection->getStringOffset(methname).outSecOff); in addEntry()
862 /*addend=*/offsets[i] * in.objcMethnameSection->align, in setUp()
863 /*referent=*/in.objcMethnameSection->isec}); in setUp()
H A DWriter.cpp1330 in.objcMethnameSection = in createSyntheticSections()