Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp50 if (in.objcMethList->inputOrder == UnspecifiedInputOrder) in addInputSection()
51 in.objcMethList->inputOrder = inputSectionsOrder++; in addInputSection()
52 in.objcMethList->addInput(isec); in addInputSection()
53 isec->parent = in.objcMethList; in addInputSection()
H A DMapFile.cpp270 } else if (osec == in.objcMethList) { in writeMapFile()
271 printIsecArrSyms(in.objcMethList->getInputs()); in writeMapFile()
H A DInputSection.h348 constexpr const char objcMethList[] = "__objc_methlist"; variable
H A DWriter.cpp1328 if (in.objcMethList->isNeeded()) in run()
1329 in.objcMethList->setUp(); in run()
1404 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()
H A DSyntheticSections.h864 ObjCMethListSection *objcMethList = nullptr; member
H A DSyntheticSections.cpp2015 : SyntheticSection(segment_names::text, section_names::objcMethList) { in ObjCMethListSection()