Home
last modified time | relevance | path

Searched defs:isNeeded (Results 1 – 10 of 10) 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
343 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
375 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
396 bool isNeeded() const override { return size; } in isNeeded() function
547 bool isNeeded() const override { return true; } in isNeeded() function
[all …]
H A DUnwindInfoSection.h22 bool isNeeded() const override { return !allEntriesAreOmitted; } in isNeeded() function
H A DOutputSection.h59 virtual bool isNeeded() const { return true; } in isNeeded() function
H A DConcatOutputSection.h34 bool isNeeded() const override { return !inputs.empty(); } in isNeeded() function
H A DSyntheticSections.cpp779 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded() function in StubHelperSection
970 bool LazyPointerSection::isNeeded() const { in isNeeded() function in LazyPointerSection
1489 bool IndirectSymtabSection::isNeeded() const { in isNeeded() function in IndirectSymtabSection
2305 bool ChainedFixupsSection::isNeeded() const { in isNeeded() function in ChainedFixupsSection
H A DDriver.cpp445 static void addLibrary(StringRef name, bool isNeeded, bool isWeak, in addLibrary()
472 static void addFramework(StringRef name, bool isNeeded, bool isWeak, in addFramework()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h56 bool isNeeded() const override { return !sections.empty(); } in isNeeded() function
184 bool isNeeded() const override { return size != 0; } in isNeeded() function
396 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
550 bool isNeeded() const override { in isNeeded() function
619 bool isNeeded() const override { in isNeeded() function
772 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
887 bool isNeeded() const override { return numChunks > 0; } in isNeeded() function
1340 bool isNeeded() const override { return !entries.empty(); } in isNeeded() function
1450 bool isNeeded() const override { return !symbols.empty(); } in isNeeded() function
H A DSyntheticSections.cpp743 bool GotSection::isNeeded() const { in isNeeded() function in GotSection
1131 bool MipsGotSection::isNeeded() const { in isNeeded() function in MipsGotSection
1245 bool GotPltSection::isNeeded() const { in isNeeded() function in GotPltSection
2400 bool SymtabShndxSection::isNeeded() const { in isNeeded() function in SymtabShndxSection
2650 bool PltSection::isNeeded() const { in isNeeded() function in PltSection
2792 bool IBTPltSection::isNeeded() const { return ctx.in.plt->getNumEntries() > 0; } in isNeeded() function in IBTPltSection
3708 bool GdbIndexSection::isNeeded() const { return !chunks.empty(); } in isNeeded() function in GdbIndexSection
3751 bool EhFrameHeader::isNeeded() const { in isNeeded() function in EhFrameHeader
3843 bool VersionTableSection::isNeeded() const { in isNeeded() function in VersionTableSection
3939 template <class ELFT> bool VersionNeedSection<ELFT>::isNeeded() const { in isNeeded() function in VersionNeedSection
[all …]
H A DInputFiles.h357 bool isNeeded; variable
H A DInputSection.h508 virtual bool isNeeded() const { return true; } in isNeeded() function