Searched refs:objcMethList (Results 1 – 6 of 6) sorted by relevance
50 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()
270 } else if (osec == in.objcMethList) { in writeMapFile()271 printIsecArrSyms(in.objcMethList->getInputs()); in writeMapFile()
348 constexpr const char objcMethList[] = "__objc_methlist"; variable
1328 if (in.objcMethList->isNeeded()) in run()1329 in.objcMethList->setUp(); in run()1404 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()
864 ObjCMethListSection *objcMethList = nullptr; member
2015 : SyntheticSection(segment_names::text, section_names::objcMethList) { in ObjCMethListSection()