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.h119 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
217 bool isNeeded() const override { in isNeeded() function
283 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
309 bool isNeeded() const override;
348 bool isNeeded() const override;
381 bool isNeeded() const override { return size; } in isNeeded() function
507 bool isNeeded() const override;
530 bool isNeeded() const override { return true; } in isNeeded() function
593 bool isNeeded() const override { in isNeeded() function
629 bool isNeeded() const override { return !files.empty(); } in isNeeded() function
[all …]
H A DWriter.cpp102 if (rebaseSection->isNeeded()) { in writeTo()
106 if (bindingSection->isNeeded()) { in writeTo()
110 if (weakBindingSection->isNeeded()) { in writeTo()
114 if (lazyBindingSection->isNeeded()) { in writeTo()
118 if (exportSection->isNeeded()) { in writeTo()
1016 if (osec->isNeeded()) { in createOutputSections()
1065 if (!osec->isNeeded()) in finalizeAddresses()
1129 if (!osec->isNeeded()) in assignAddresses()
1284 if (in.objcStubs->isNeeded()) in run()
1287 if (in.initOffsets->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.cpp769 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
913 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
1404 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
1405 return in.got->isNeeded() || in.tlvPointers->isNeeded() || in isNeeded()
1406 in.stubs->isNeeded(); in isNeeded()
1981 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
H A DDriver.cpp416 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary() argument
423 if (isNeeded) in addLibrary()
443 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework() argument
452 if (isNeeded) in addFramework()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h105 bool isNeeded() const override;
185 bool isNeeded() const override;
361 bool isNeeded() const override;
675 bool isNeeded() const override;
736 bool isNeeded() const override;
777 bool isNeeded() const override;
827 bool isNeeded() const override;
866 bool isNeeded() const override;
905 bool isNeeded() const override;
936 bool isNeeded() const override;
[all …]
H A DSyntheticSections.cpp684 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1055 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1168 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
1320 if (file->isNeeded) in computeContents()
1380 if (part.relaDyn->isNeeded() || in computeContents()
1381 (in.relaIplt->isNeeded() && in computeContents()
1415 if (isMain && (in.relaPlt->isNeeded() || in.relaIplt->isNeeded())) { in computeContents()
2316 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2559 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
3047 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
[all …]
H A DMarkLive.cpp122 cast<SharedFile>(ss->file)->isNeeded = true; in resolveReloc()
364 cast<SharedFile>(s->file)->isNeeded = true; in markLive()
H A DWriter.cpp285 if (sym->isLazy() || (s && !cast<SharedFile>(s->file)->isNeeded)) { in demoteSymbolsAndComputeIsPreemptible()
1102 if (ElfSym::relaIpltStart && in.relaIplt->isNeeded()) { in setReservedSymbolSections()
1679 if (sec && sec->isNeeded() && sec->getParent()) { in finalizeSynthetic()
1888 if (sec->getParent() && sec->isNeeded()) in removeUnusedSyntheticSections()
2013 if (in.plt && in.plt->isNeeded()) in finalizeSections()
2015 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()
2074 if (file->isNeeded && !sym->isUndefined()) in finalizeSections()
2501 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
H A DInputFiles.h364 bool isNeeded; variable
H A DInputSection.h441 virtual bool isNeeded() const { return true; } in isNeeded() function
H A DInputFiles.cpp1306 isNeeded(!config->asNeeded) {} in SharedFile()
1462 it->second->isNeeded |= isNeeded; in parse()
H A DLinkerScript.cpp915 if (!config->cmseImplib || !in.armCmseSGSection->isNeeded()) in diagnoseMissingSGSectionAddress()