Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp51 if (in.objcMethList->inputOrder == UnspecifiedInputOrder) in addInputSection()
52 in.objcMethList->inputOrder = inputSectionsOrder++; in addInputSection()
53 in.objcMethList->addInput(isec); in addInputSection()
54 isec->parent = in.objcMethList; in addInputSection()
H A DMapFile.cpp253 } else if (osec == in.objcMethList) { in writeMapFile()
254 printIsecArrSyms(in.objcMethList->getInputs()); in writeMapFile()
H A DInputSection.h346 constexpr const char objcMethList[] = "__objc_methlist"; variable
H A DWriter.cpp1299 if (in.objcMethList->isNeeded()) in run()
1300 in.objcMethList->setUp(); in run()
1375 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()
H A DSyntheticSections.h862 ObjCMethListSection *objcMethList = nullptr; member
H A DSyntheticSections.cpp1992 : SyntheticSection(segment_names::text, section_names::objcMethList) { in ObjCMethListSection()