Home
last modified time | relevance | path

Searched refs:isNeeded (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h106 bool isNeeded() const override { return target->pageZeroSize != 0; } in isNeeded() function
120 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() function
190 bool isNeeded() const override { return !bindingsMap.empty(); } in isNeeded() function
218 bool isNeeded() const override { in isNeeded() function
284 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
310 bool isNeeded() const override;
343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
363 bool isNeeded() const override;
375 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
[all …]
H A DWriter.cpp101 if (rebaseSection->isNeeded()) { in writeTo()
105 if (bindingSection->isNeeded()) { in writeTo()
109 if (weakBindingSection->isNeeded()) { in writeTo()
113 if (lazyBindingSection->isNeeded()) { in writeTo()
117 if (exportSection->isNeeded()) { in writeTo()
1032 if (osec->isNeeded()) { in createOutputSections()
1055 if (ssec->isNeeded() || ssec->segname == segment_names::linkEdit) { in createOutputSections()
1081 if (!osec->isNeeded()) in finalizeAddresses()
1143 if (!osec->isNeeded()) in assignAddresses()
1297 if (in.objcStubs->isNeeded()) in run()
[all …]
H A DUnwindInfoSection.h22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
H A DOutputSection.h58 virtual bool isNeeded() const { return true; } in isNeeded() function
H A DConcatOutputSection.h33 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
H A DSyntheticSections.cpp780 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
973 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
1472 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
1473 return in.got->isNeeded() || in.tlvPointers->isNeeded() || in isNeeded()
1474 in.stubs->isNeeded(); in isNeeded()
2281 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
H A DDriver.cpp449 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary() argument
456 if (isNeeded) in addLibrary()
476 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework() argument
485 if (isNeeded) in addFramework()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function
110 bool isNeeded() const override;
176 bool isNeeded() const override { return size != 0; } in isNeeded() function
190 bool isNeeded() const override;
366 bool isNeeded() const override;
386 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
539 bool isNeeded() const override { in isNeeded() function
613 bool isNeeded() const override { in isNeeded() function
684 bool isNeeded() const override;
745 bool isNeeded() const override;
[all …]
H A DSyntheticSections.cpp711 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1082 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1195 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
1338 if (file->isNeeded) in computeContents()
1398 if (part.relaDyn->isNeeded()) { in computeContents()
1431 if (isMain && in.relaPlt->isNeeded()) { in computeContents()
1476 if (mainPart->memtagGlobalDescriptors->isNeeded()) { in computeContents()
1517 if (part.verSym && part.verSym->isNeeded()) in computeContents()
1523 if (part.verNeed && part.verNeed->isNeeded()) { in computeContents()
1560 if (config->emachine == EM_PPC64 && in.plt->isNeeded()) { in computeContents()
[all …]
H A DMarkLive.cpp128 cast<SharedFile>(ss->file)->isNeeded = true; in resolveReloc()
372 cast<SharedFile>(s->file)->isNeeded = true; in markLive()
H A DWriter.cpp281 if (sym->isLazy() || (s && !cast<SharedFile>(s->file)->isNeeded)) { in demoteSymbolsAndComputeIsPreemptible()
825 if (ElfSym::relaIpltStart && mainPart->relaDyn->isNeeded()) { in setReservedSymbolSections()
1411 if (sec && sec->isNeeded() && sec->getParent()) { in finalizeSynthetic()
1664 if (sec->getParent() && sec->isNeeded()) in removeUnusedSyntheticSections()
1797 if (in.plt && in.plt->isNeeded()) in finalizeSections()
1799 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()
1859 if (file->isNeeded && !sym->isUndefined()) in finalizeSections()
2291 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
H A DInputFiles.h366 bool isNeeded; variable
H A DInputSection.h485 virtual bool isNeeded() const { return true; } in isNeeded() function
H A DInputFiles.cpp1364 isNeeded(!config->asNeeded) {} in SharedFile()
1520 it->second->isNeeded |= isNeeded; in parse()
H A DLinkerScript.cpp963 if (!config->cmseImplib || !in.armCmseSGSection->isNeeded()) in diagnoseMissingSGSectionAddress()