Searched refs:objcMethList (Results 1 – 6 of 6) sorted by relevance
51 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()
253 } else if (osec == in.objcMethList) { in writeMapFile()254 printIsecArrSyms(in.objcMethList->getInputs()); in writeMapFile()
346 constexpr const char objcMethList[] = "__objc_methlist"; variable
1299 if (in.objcMethList->isNeeded()) in run()1300 in.objcMethList->setUp(); in run()1375 in.objcMethList = make<ObjCMethListSection>(); in createSyntheticSections()
862 ObjCMethListSection *objcMethList = nullptr; member
1992 : SyntheticSection(segment_names::text, section_names::objcMethList) { in ObjCMethListSection()