Searched refs:objcStubs (Results 1 – 6 of 6) sorted by relevance
139 if (in.objcStubs && in.objcStubs->isNeeded()) in needsThunks()140 branchTargetsSize += in.objcStubs->getSize(); in needsThunks()232 if (in.objcStubs && in.objcStubs->isNeeded()) in estimateBranchTargetThresholdVA()233 branchTargetsSize += in.objcStubs->getSize(); in estimateBranchTargetThresholdVA()246 (in.objcStubs && in.objcStubs->isNeeded() in estimateBranchTargetThresholdVA()247 ? ", objc_stubs = " + std::to_string(in.objcStubs->getSize()) in estimateBranchTargetThresholdVA()356 (in.objcStubs && in.objcStubs->isNeeded() && in finalize()
114 .Case(section_names::objcStubs, -2) in sectionOrder()
780 in.objcStubs->addEntry(sym); in scanSymbols()1326 if (in.objcStubs->isNeeded()) in run()1327 in.objcStubs->setUp(); in run()1400 in.objcStubs = make<ObjCStubsSection>(); in createSyntheticSections()
352 constexpr const char objcStubs[] = "__objc_stubs"; variable
859 ObjCStubsSection *objcStubs = nullptr; member
883 : SyntheticSection(segment_names::text, section_names::objcStubs) { in ObjCStubsSection()955 target->writeObjCMsgSendStub(buf + stubOffset, sym, in.objcStubs->addr, in writeTo()